support c99 for-loop init decls

This commit is contained in:
Joe Soroka
2011-03-07 11:28:31 -08:00
parent 4fbe3cda33
commit e23194a1fa
4 changed files with 25 additions and 4 deletions

1
tcc.h
View File

@ -1094,6 +1094,7 @@ ST_FUNC void gexpr(void);
ST_FUNC int expr_const(void);
ST_FUNC void gen_inline_functions(void);
ST_FUNC void decl(int l);
ST_FUNC void for_loop_init();
#if defined CONFIG_TCC_BCHECK || defined TCC_TARGET_C67
ST_FUNC Sym *get_sym_ref(CType *type, Section *sec, unsigned long offset, unsigned long size);
#endif