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
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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
l.h
src/cmd/5l/l.h
+0
-1
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