From e23194a1fa2ca176c9151964a2e035f36736e650 Mon Sep 17 00:00:00 2001 From: Joe Soroka Date: Mon, 7 Mar 2011 11:28:31 -0800 Subject: support c99 for-loop init decls --- tcc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tcc.h') diff --git a/tcc.h b/tcc.h index 6d37860..2db18bc 100644 --- a/tcc.h +++ b/tcc.h @@ -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 -- cgit v1.3.1