diff options
Diffstat (limited to 'utils/tc/gc.h')
| -rw-r--r-- | utils/tc/gc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/tc/gc.h b/utils/tc/gc.h index a4135374..9564a449 100644 --- a/utils/tc/gc.h +++ b/utils/tc/gc.h @@ -264,7 +264,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); @@ -295,7 +295,7 @@ int Rconv(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(Adr*, int); |
