diff options
Diffstat (limited to 'utils/kc/gc.h')
| -rw-r--r-- | utils/kc/gc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/kc/gc.h b/utils/kc/gc.h index 1ff5a633..8f5de33c 100644 --- a/utils/kc/gc.h +++ b/utils/kc/gc.h @@ -255,7 +255,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 swit2(C1*, int, long, Node*, Node*); @@ -287,7 +287,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(Adr*, int); |
