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