diff options
| author | grischka <grischka> | 2016-10-19 19:15:04 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2016-10-19 19:21:36 +0200 |
| commit | 02642bc94cb65a59a9eb95b8214bf66960ecde6e (patch) | |
| tree | c6dfbe912d888cca4bf4732a1882ab27643cb523 /tcctok.h | |
| parent | bfd1c08d6c579445fe75dd633fbd9b0757cea5d0 (diff) | |
| download | tinycc-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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |
