Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
1f6f5639
Commit
1f6f5639
authored
Oct 07, 2010
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5l, 8l: dregs
R=ken2 CC=golang-dev
https://golang.org/cl/2390041
parent
1b6282a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
src/cmd/5l/l.h
src/cmd/5l/l.h
+0
-1
src/cmd/8l/l.h
src/cmd/8l/l.h
+0
-2
No files found.
src/cmd/5l/l.h
View file @
1f6f5639
...
...
@@ -395,7 +395,6 @@ void addhist(int32, int);
Prog
*
appendp
(
Prog
*
);
void
asmb
(
void
);
void
asmdyn
(
void
);
void
asmlc
(
void
);
void
asmthumbmap
(
void
);
void
asmout
(
Prog
*
,
Optab
*
);
void
thumbasmout
(
Prog
*
,
Optab
*
);
...
...
src/cmd/8l/l.h
View file @
1f6f5639
...
...
@@ -338,8 +338,6 @@ Prog* appendp(Prog*);
void
asmb
(
void
);
void
asmdyn
(
void
);
void
asmins
(
Prog
*
);
void
asmlc
(
void
);
void
asmsp
(
void
);
void
asmsym
(
void
);
int32
atolwhex
(
char
*
);
Prog
*
brchain
(
Prog
*
);
...
...
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