aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorJoe Soroka <gits@joesoroka.com>2011-03-07 11:28:31 -0800
committerJoe Soroka <gits@joesoroka.com>2011-03-07 11:28:31 -0800
commite23194a1fa2ca176c9151964a2e035f36736e650 (patch)
tree69b7a5897b862211e76bff41e104ac421d188b87 /tcc.h
parent4fbe3cda330e6ac307c37888777145e7526a7078 (diff)
downloadtinycc-e23194a1fa2ca176c9151964a2e035f36736e650.tar.gz
tinycc-e23194a1fa2ca176c9151964a2e035f36736e650.tar.bz2
support c99 for-loop init decls
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h1
1 files changed, 1 insertions, 0 deletions
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