aboutsummaryrefslogtreecommitdiff
path: root/stmt.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-02-11 18:43:18 -0800
committerMichael Forney <mforney@mforney.org>2019-02-12 01:55:14 -0800
commiteddc4693e49f70cd214b7645cb9fce54a89fbb6c (patch)
treefa1b640f49cde25e323aa0629aed64c064da930e /stmt.h
Initial import
Diffstat (limited to 'stmt.h')
-rw-r--r--stmt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/stmt.h b/stmt.h
new file mode 100644
index 0000000..e24e2ff
--- /dev/null
+++ b/stmt.h
@@ -0,0 +1,4 @@
+struct function;
+struct scope;
+
+void stmt(struct function *, struct scope *);