aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast.h b/src/ast.h
index 5f4367d..c5171d7 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -102,6 +102,7 @@ typedef enum {
AstNodeKind_enum_member,
AstNodeKind_expr_stmt,
AstNodeKind_for_stmt,
+ AstNodeKind_func,
AstNodeKind_func_call,
AstNodeKind_func_decl,
AstNodeKind_func_def,