diff options
Diffstat (limited to 'init.h')
-rw-r--r-- | init.h | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -1,11 +0,0 @@ -struct init { - uint64_t start, end; - struct expr *expr; - struct init *next; -}; - -struct scope; -struct type; - -struct init *mkinit(uint64_t, uint64_t, struct expr *); -struct init *parseinit(struct scope *, struct type *); |