summaryrefslogtreecommitdiff
path: root/utils/0c/gc.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/0c/gc.h')
-rw-r--r--utils/0c/gc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/0c/gc.h b/utils/0c/gc.h
index 23f0bdd9..c93ebca6 100644
--- a/utils/0c/gc.h
+++ b/utils/0c/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*, Node*);
void casf(void);
@@ -285,7 +285,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);