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 9e50515..410b4d7 100644
--- a/init.h
+++ b/init.h
@@ -1,7 +1,7 @@
struct init {
uint64_t start, end;
struct expr *expr;
- struct init *next, *subinit;
+ struct init *next;
};
struct scope;