aboutsummaryrefslogtreecommitdiff
path: root/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'init.h')
-rw-r--r--init.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/init.h b/init.h
deleted file mode 100644
index 410b4d7..0000000
--- a/init.h
+++ /dev/null
@@ -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 *);