aboutsummaryrefslogtreecommitdiff
path: root/cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc.h')
-rw-r--r--cc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc.h b/cc.h
index 860ca94..956e2e9 100644
--- a/cc.h
+++ b/cc.h
@@ -542,7 +542,7 @@ void funcjnz(struct func *, struct value *, struct type *, struct block *, struc
void funcret(struct func *, struct value *);
struct gotolabel *funcgoto(struct func *, char *);
void funcswitch(struct func *, struct value *, struct switchcases *, struct block *);
-void funcinit(struct func *, struct decl *, struct init *);
+void funcinit(struct func *, struct decl *, struct init *, _Bool);
void emitfunc(struct func *, _Bool);
void emitdata(struct decl *, struct init *);