aboutsummaryrefslogtreecommitdiff
path: root/tcctok.h
diff options
context:
space:
mode:
authorseyko <seyko2@gmail.com>2015-04-12 04:47:15 +0300
committerseyko <seyko2@gmail.com>2015-04-12 04:47:15 +0300
commite7a60e4d01a46ffb51ad4b963cad6b6f176105cb (patch)
treecdf634828002b187c47ef575f249cbc13e71eedb /tcctok.h
parent4bb9dd44f14f34b20e2718dbe9724998904153d8 (diff)
downloadtinycc-e7a60e4d01a46ffb51ad4b963cad6b6f176105cb.tar.gz
tinycc-e7a60e4d01a46ffb51ad4b963cad6b6f176105cb.tar.bz2
replace a method to force bcheck.o linking
* define __bound_init as external_global_sym insteed of the compiling a tiny program * remove warning about buf[] when CONFIG_TCC_BCHECK is not defined
Diffstat (limited to 'tcctok.h')
-rw-r--r--tcctok.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcctok.h b/tcctok.h
index cfc87b3..0303814 100644
--- a/tcctok.h
+++ b/tcctok.h
@@ -281,6 +281,7 @@
DEF(TOK___bound_main_arg, "__bound_main_arg")
DEF(TOK___bound_local_new, "__bound_local_new")
DEF(TOK___bound_local_delete, "__bound_local_delete")
+ DEF(TOK___bound_init, "__bound_init")
# ifdef TCC_TARGET_PE
DEF(TOK_malloc, "malloc")
DEF(TOK_free, "free")