summaryrefslogtreecommitdiffstats
path: root/src/code-generation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/code-generation.h')
-rw-r--r--src/code-generation.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/code-generation.h b/src/code-generation.h
index 8250695..ce12490 100644
--- a/src/code-generation.h
+++ b/src/code-generation.h
@@ -1,14 +1,11 @@
#ifndef CCMMC_HEADER_CODE_GENERATION_H
#define CCMMC_HEADER_CODE_GENERATION_H
-#include "ast.h"
-#include "symbol-table.h"
+#include "state.h"
#include <stdio.h>
-void ccmmc_code_generation (CcmmcAst *root,
- CcmmcSymbolTable *table,
- FILE *asm_output);
+void ccmmc_code_generation (CcmmcState *state);
#endif
// vim: set sw=4 ts=4 sts=4 et: