aboutsummaryrefslogtreecommitdiff
path: root/compiler/syntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/syntax.h')
-rw-r--r--compiler/syntax.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/syntax.h b/compiler/syntax.h
index 66223a9..f71786c 100644
--- a/compiler/syntax.h
+++ b/compiler/syntax.h
@@ -75,5 +75,6 @@ fuspel* popn_fuspel(fuspel*, unsigned char);
void free_expression(expression*);
void free_arg_list(arg_list*);
void free_rewrite_rule(rewrite_rule*);
+void free_fuspel(fuspel*);
#endif