aboutsummaryrefslogtreecommitdiff
path: root/tcctok.h
diff options
context:
space:
mode:
authorgrischka <grischka>2016-10-19 19:15:04 +0200
committergrischka <grischka>2016-10-19 19:21:36 +0200
commit02642bc94cb65a59a9eb95b8214bf66960ecde6e (patch)
treec6dfbe912d888cca4bf4732a1882ab27643cb523 /tcctok.h
parentbfd1c08d6c579445fe75dd633fbd9b0757cea5d0 (diff)
downloadtinycc-02642bc94cb65a59a9eb95b8214bf66960ecde6e.tar.gz
tinycc-02642bc94cb65a59a9eb95b8214bf66960ecde6e.tar.bz2
lib/libtcc1.c: cleanup
- remove #include dependencies from libtcc1.c for easier cross compilation - clear_cache only on ARM - error-message for mprotect failure
Diffstat (limited to 'tcctok.h')
-rw-r--r--tcctok.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tcctok.h b/tcctok.h
index 228b055..7480ac7 100644
--- a/tcctok.h
+++ b/tcctok.h
@@ -242,10 +242,7 @@
DEF(TOK___fixsfdi, "__fixsfdi")
DEF(TOK___fixdfdi, "__fixdfdi")
DEF(TOK___fixxfdi, "__fixxfdi")
-
- #ifndef COMMIT_4ad186c5ef61_IS_FIXED
DEF(TOK___tcc_cvt_ftol, "__tcc_cvt_ftol")
- #endif
#endif
#if defined TCC_TARGET_I386 || defined TCC_TARGET_X86_64