summaryrefslogtreecommitdiff
path: root/utils/cc/scon.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/cc/scon.c')
-rw-r--r--utils/cc/scon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/cc/scon.c b/utils/cc/scon.c
index f0c2bd13..0a15885c 100644
--- a/utils/cc/scon.c
+++ b/utils/cc/scon.c
@@ -309,7 +309,7 @@ acom(Node *n)
}
int
-acomcmp1(const void *a1, const void *a2)
+acomcmp1(void *a1, void *a2)
{
vlong c1, c2;
Term *t1, *t2;
@@ -340,7 +340,7 @@ acomcmp1(const void *a1, const void *a2)
}
int
-acomcmp2(const void *a1, const void *a2)
+acomcmp2(void *a1, void *a2)
{
vlong c1, c2;
Term *t1, *t2;