diff options
Diffstat (limited to 'toc.c')
-rw-r--r-- | toc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ static inline bool type_is_slicechar(Type *t) { #include "package.c" #include "types.c" static bool cgen_decls_file(CGenerator *g, ParsedFile *f); -static bool typedefs_file(CGenerator *g, ParsedFile *f); +static bool cgen_sdecls_file(CGenerator *g, ParsedFile *f); #include "cgen.c" #include "typedefs_cgen.c" #include "decls_cgen.c" |