diff options
author | Adam NAILI | 2018-06-05 14:57:17 +0200 |
---|---|---|
committer | Adam NAILI | 2018-06-05 14:57:17 +0200 |
commit | 4b53a522a626d2597f7a90c16b2aa16acbc62e6a (patch) | |
tree | 205702b5eb5cb36747e234cbd8a8310cf2f49374 /src/generator.h | |
parent | 0255cca32a78847d2de0134740b991a77f5ad555 (diff) | |
parent | 13b4fc0a1e32008f125f73148d01f12bdac3a80e (diff) | |
download | tpc-compiler-4b53a522a626d2597f7a90c16b2aa16acbc62e6a.tar.gz |
Merge
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 1f586c1..082e359 100644 --- a/src/generator.h +++ b/src/generator.h | |||
@@ -24,7 +24,7 @@ void gen_const_declaration(); | |||
24 | Type gen_function_declaration(const char name[], int return_type, int nb_param); | 24 | Type gen_function_declaration(const char name[], int return_type, int nb_param); |
25 | void gen_function_end_declaration(); | 25 | void gen_function_end_declaration(); |
26 | void gen_function_return(Type expect, Type actual); | 26 | void gen_function_return(Type expect, Type actual); |
27 | int gen_function_call(const char name[], int nb_param); | 27 | Type gen_function_call(const char name[], int nb_param); |
28 | void gen_declaration(const char name[], int type, Scope scope); | 28 | void gen_declaration(const char name[], int type, Scope scope); |
29 | void gen_check(const char name[], Scope scope); | 29 | void gen_check(const char name[], Scope scope); |
30 | 30 | ||