From eddc4693e49f70cd214b7645cb9fce54a89fbb6c Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 11 Feb 2019 18:43:18 -0800 Subject: Initial import --- stmt.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 stmt.h (limited to 'stmt.h') 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 *); -- cgit v1.2.3