aboutsummaryrefslogtreecommitdiff
path: root/fold.c
diff options
context:
space:
mode:
Diffstat (limited to 'fold.c')
-rw-r--r--fold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fold.c b/fold.c
index 87e5824..7d0b04c 100644
--- a/fold.c
+++ b/fold.c
@@ -13,7 +13,7 @@ iscon(Con *c, int w, uint64_t k)
return (uint32_t)c->bits.i == (uint32_t)k;
}
-static int
+int
foldint(Con *res, int op, int w, Con *cl, Con *cr)
{
union {