diff options
Diffstat (limited to 'src/generator.h')
-rw-r--r-- | src/generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator.h b/src/generator.h index 20a83f9..9d6dd65 100644 --- a/src/generator.h +++ b/src/generator.h | |||
@@ -16,7 +16,7 @@ FILE *output; | |||
16 | 16 | ||
17 | void gen_prologue(); | 17 | void gen_prologue(); |
18 | void gen_prologue_continue(int *bss_done); | 18 | void gen_prologue_continue(int *bss_done); |
19 | void gen_const_declaration(); | 19 | void gen_epilogue(); |
20 | void gen_const(const char name[], int value, Scope scope); | 20 | void gen_const(const char name[], int value, Scope scope); |
21 | 21 | ||
22 | Type gen_function_declaration(const char name[], int return_type); | 22 | Type gen_function_declaration(const char name[], int return_type); |