aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorseyko <seyko2@gmail.com>2015-10-20 07:32:53 +0300
committerseyko <seyko2@gmail.com>2015-10-20 07:32:53 +0300
commit003c532bf393fd654d562a82b0b60652eeac908b (patch)
treeeac753e05fbba14e70c854b87590b5229eef576a /.gitignore
parentad1c01f96c31dc607aac20fe608ecafc723a7a5b (diff)
downloadtinycc-003c532bf393fd654d562a82b0b60652eeac908b.tar.gz
tinycc-003c532bf393fd654d562a82b0b60652eeac908b.tar.bz2
fix for the #include_next, v4 (final)
This version looks rigth. Comparing to the original algorithm: 1) Loop breaking. We remember a start point after wich we can try next path. Do not search include stack after this. 2) But compare next file patch with the start point. Skip if it the same. Remove "./" before comparing. PS: a problems with compaling a coreutils-8.24.51-8802e remain. There are errors messages like: src/chgrp src/chown-core.c:42: multiple definition of `make_timespec' src/chgrp.c:42: first defined here A problem is in the lib/config.h #define _GL_INLINE_ extern inline // gcc #define _GL_INLINE_ inline // tcc A long description from the lib/config.h * suppress extern inline with HP-UX cc, as it appears to be broken * suppress extern inline with Sun C in standards-conformance mode * suppress extern inline on configurations that mistakenly use 'static inline' to implement functions or macros in standard C headers like <ctype.h>. GCC and Clang are excluded from this list. Why not tcc?
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions