aboutsummaryrefslogtreecommitdiff
path: root/src/analyzer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analyzer.h')
-rw-r--r--src/analyzer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/analyzer.h b/src/analyzer.h
index ec6089c..ceb4899 100644
--- a/src/analyzer.h
+++ b/src/analyzer.h
@@ -56,8 +56,8 @@ struct type {
};
};
-void analyzeprog(struct ast, struct lexemes, arena *, struct type **,
- struct scope **, mpq_t **)
+void analyzeprog(struct ast, struct aux, struct lexemes, arena *,
+ struct type **, struct scope **, mpq_t **)
__attribute__((nonnull));
#endif /* !ORYX_ANALYZER_H */