fix for the #include_next, v2
commit6b9490b6ff5e47e88a39ce9523f54fc56ff0dd25
authorseyko <seyko2@gmail.com>
Sat, 17 Oct 2015 12:48:10 +0000 (17 15:48 +0300)
committerseyko <seyko2@gmail.com>
Sat, 17 Oct 2015 12:48:10 +0000 (17 15:48 +0300)
treedf7847beedc07bf391f9f377afb6b9e1991f12b0
parentad524bb6c7de7134e1111343468949f74a19c0d8
fix for the #include_next, v2

    A more correct fix. This one don't break old logic.
    But if include file is not found, we try to search
    again with the new compare rule.

    A description of the problem:
    http://permalink.gmane.org/gmane.comp.compilers.tinycc.devel/2769
tccpp.c