diff options
Diffstat (limited to 'init.h')
-rw-r--r-- | init.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 *); |