Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
go
Commits
441da9af
Commit
441da9af
authored
15 years ago
by
Russ Cox
Browse files
Options
Download
Email Patches
Plain Diff
fix build (moved decl to go.h earlier
and changed vlong to int64). R=ken OCL=26934 CL=26934
parent
5e792b6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/cmd/6g/gg.h
src/cmd/6g/gg.h
+0
-1
No files found.
src/cmd/6g/gg.h
View file @
441da9af
...
...
@@ -115,7 +115,6 @@ void regfree(Node*);
Node
*
nodarg
(
Type
*
,
int
);
void
nodreg
(
Node
*
,
Type
*
,
int
);
void
nodindreg
(
Node
*
,
Type
*
,
int
);
void
nodconst
(
Node
*
,
Type
*
,
vlong
);
void
gconreg
(
int
,
vlong
,
int
);
void
buildtxt
(
void
);
Plist
*
newplist
(
void
);
...
...
This diff is collapsed.
Click to expand it.
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