aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen.h')
-rw-r--r--src/codegen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/codegen.h b/src/codegen.h
index e214067..fe0b08b 100644
--- a/src/codegen.h
+++ b/src/codegen.h
@@ -7,8 +7,8 @@
#include "lexer.h"
#include "parser.h"
-void codegen(const char *, mpq_t *, scope_t *, type_t **, ast_t, aux_t,
- lexemes_t)
+void codegen(const char *, bitset_t *, fold_t *, scope_t *, type_t **, ast_t,
+ aux_t, lexemes_t)
__attribute__((nonnull));
#endif /* !ORYX_CODEGEN_H */