1
0
mirror of https://github.com/golang/go synced 2024-11-19 02:14:43 -07:00

5l, 8l: dregs

R=ken2
CC=golang-dev
https://golang.org/cl/2390041
This commit is contained in:
Russ Cox 2010-10-07 07:51:37 -04:00
parent 1b6282a799
commit 1f6f563900
2 changed files with 0 additions and 3 deletions

View File

@ -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*);

View File

@ -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*);