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
4af79b63
Commit
4af79b63
authored
Aug 25, 2014
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/gc: fix build
TBR=dfc CC=golang-codereviews
https://golang.org/cl/126210047
parent
527ae57e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
gg.h
src/cmd/6g/gg.h
+0
-1
go.h
src/cmd/gc/go.h
+1
-0
No files found.
src/cmd/6g/gg.h
View file @
4af79b63
...
...
@@ -51,7 +51,6 @@ void allocparams(void);
void
checklabels
(
void
);
void
ginscall
(
Node
*
,
int
);
int
gen_as_init
(
Node
*
);
void
clearslim
(
Node
*
);
/*
* cgen.c
...
...
src/cmd/gc/go.h
View file @
4af79b63
...
...
@@ -1169,6 +1169,7 @@ void cgen_callmeth(Node *n, int proc);
void
cgen_eface
(
Node
*
n
,
Node
*
res
);
void
cgen_slice
(
Node
*
n
,
Node
*
res
);
void
clearlabels
(
void
);
void
clearslim
(
Node
*
);
void
checklabels
(
void
);
int
dotoffset
(
Node
*
n
,
int64
*
oary
,
Node
**
nn
);
void
gen
(
Node
*
n
);
...
...
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