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 825ec8c..1a4c96a 100644 --- a/src/generator.h +++ b/src/generator.h | |||
@@ -17,7 +17,7 @@ extern int nb_globals; | |||
17 | FILE *output; | 17 | FILE *output; |
18 | 18 | ||
19 | void gen_prologue(); | 19 | void gen_prologue(); |
20 | void gen_prologue_continue(); | 20 | void gen_prologue_continue(int *bss_done); |
21 | void gen_const_declaration(); | 21 | void gen_const_declaration(); |
22 | void gen_declaration(const char name[], int type, Scope scope); | 22 | void gen_declaration(const char name[], int type, Scope scope); |
23 | 23 | ||