diff options
Diffstat (limited to 'utils/6c/gc.h')
| -rw-r--r-- | utils/6c/gc.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/utils/6c/gc.h b/utils/6c/gc.h index 57d3a999..22ae99bc 100644 --- a/utils/6c/gc.h +++ b/utils/6c/gc.h @@ -270,7 +270,7 @@ void gpseudo(int, Sym*, Node*); /* * swt.c */ -int swcmp(const void*, const void*); +int swcmp(void*, void*); void doswit(Node*); void swit1(C1*, int, long, Node*); void casf(void); @@ -278,7 +278,6 @@ void bitload(Node*, Node*, Node*, Node*, Node*); void bitstore(Node*, Node*, Node*, Node*, Node*); long outstring(char*, long); void nullwarn(Node*, Node*); -void sextern(Sym*, Node*, long, long); void gextern(Sym*, Node*, long, long); void outcode(void); void ieeedtod(Ieee*, double); @@ -299,7 +298,7 @@ int Bconv(Fmt*); * reg.c */ Reg* rega(void); -int rcmp(const void*, const void*); +int rcmp(void*, void*); void regopt(Prog*); void addmove(Reg*, int, int, int); Bits mkvar(Reg*, Adr*); |
