aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorJoe Soroka <gits@joesoroka.com>2011-03-08 13:22:48 -0800
committerJoe Soroka <gits@joesoroka.com>2011-03-08 13:22:48 -0800
commit7fc2eee55c0a64b6f2480ebe0358fe633d4f4cdb (patch)
tree007bc79bd7d4b7f4aed593fc2be883d5dc53343d /tcc.h
parentb3a8eed49e0f1a4163c0fee4694a5c0325504f02 (diff)
downloadtinycc-7fc2eee55c0a64b6f2480ebe0358fe633d4f4cdb.tar.gz
tinycc-7fc2eee55c0a64b6f2480ebe0358fe633d4f4cdb.tar.bz2
partially revert e23194a
see http://lists.nongnu.org/archive/html/tinycc-devel/2011-03/msg00002.html
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcc.h b/tcc.h
index 2db18bc..6d37860 100644
--- a/tcc.h
+++ b/tcc.h
@@ -1094,7 +1094,6 @@ 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