aboutsummaryrefslogtreecommitdiff
path: root/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'init.h')
-rw-r--r--init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.h b/init.h
index 9200e9f..4292e02 100644
--- a/init.h
+++ b/init.h
@@ -9,5 +9,5 @@ struct type;
struct function;
struct declaration;
-struct initializer *mkinit(uint64_t, struct expression *);
+struct initializer *mkinit(uint64_t, uint64_t, struct expression *);
struct initializer *parseinit(struct scope *, struct type *);