compilation speed of the tccboot correction
commit983c40f58ba92c5958f731ce8d5246fea601aa30
authorseyko <seyko2@gmail.com>
Tue, 5 Apr 2016 10:38:53 +0000 (5 13:38 +0300)
committerseyko <seyko2@gmail.com>
Tue, 5 Apr 2016 10:38:53 +0000 (5 13:38 +0300)
treecd45d480433c43c57ede35fedb8adb5e5ae040af
parent936819a1b90f2618bb3f86730189cf2895948ba0
compilation speed of the tccboot correction

    we use gnu extension "case 0x80 ... 0xFF" for tcc & gcc
    and perform test
        if(c & 0x80)
    for other compilers
tccpp.c