diff options
Diffstat (limited to 'fold.c')
| -rw-r--r-- | fold.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
