Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
941ed00b
Commit
941ed00b
authored
Mar 31, 2009
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
closure bug: carry along outnamed flag.
R=ken OCL=26930 CL=26930
parent
bac922c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
dcl.c
src/cmd/gc/dcl.c
+1
-0
No files found.
src/cmd/gc/dcl.c
View file @
941ed00b
...
...
@@ -573,6 +573,7 @@ funclit1(Type *type, Node *body)
out
=
rev
(
out
);
ft
=
functype
(
N
,
in
,
out
);
ft
->
outnamed
=
type
->
outnamed
;
}
// declare function.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment