aboutsummaryrefslogtreecommitdiff
path: root/stmt.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-03-14 11:59:09 -0700
committerMichael Forney <mforney@mforney.org>2019-03-14 12:20:40 -0700
commit6a00f53cd34e33c12a91942015a3dc5dbcb44bf2 (patch)
tree22697da00604707958828d0903d1c0c452dac64f /stmt.h
parent1bc3f5f9bdf956e50cb38046f41bf5f61b49d306 (diff)
Abbreviate tag names
Diffstat (limited to 'stmt.h')
-rw-r--r--stmt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/stmt.h b/stmt.h
index e24e2ff..668f769 100644
--- a/stmt.h
+++ b/stmt.h
@@ -1,4 +1,4 @@
-struct function;
+struct func;
struct scope;
-void stmt(struct function *, struct scope *);
+void stmt(struct func *, struct scope *);