diff options
| author | grischka <grischka> | 2016-10-01 20:47:36 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2016-10-01 20:47:36 +0200 |
| commit | 9c5bb16447e3d6cf5493c4802f3e3a1939430a27 (patch) | |
| tree | 1818b7725fa111bf267abd115b43905b8426f59e /tcctok.h | |
| parent | acac35c12597eb678c4a0866f79a6aeb9171dd09 (diff) | |
| download | tinycc-9c5bb16447e3d6cf5493c4802f3e3a1939430a27.tar.gz tinycc-9c5bb16447e3d6cf5493c4802f3e3a1939430a27.tar.bz2 | |
Revert part of "fix installation amd bcheck for Windows"
tccelf.c : force linking bcheck by adding elf symbol __bound_init
bcheck.c : use (size_t)1 for x86_64
Fixes 7e7e6148fdb4adbda936f80b5d4ac3d738908d95
Diffstat (limited to 'tcctok.h')
| -rw-r--r-- | tcctok.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -289,7 +289,6 @@ 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") |
