aboutsummaryrefslogtreecommitdiff
path: root/src/analyzer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analyzer.h')
-rw-r--r--src/analyzer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyzer.h b/src/analyzer.h
index 261427c..726b4e5 100644
--- a/src/analyzer.h
+++ b/src/analyzer.h
@@ -29,7 +29,7 @@ struct type {
idx_t_ paramcnt;
};
-struct type *analyzeast(struct ast, struct lexemes)
+struct type *analyzeprog(struct ast, struct lexemes)
__attribute__((returns_nonnull));
#endif /* !ORYX_ANALYZER_H */