aboutsummaryrefslogtreecommitdiff
path: root/tests/pp/13.expect
Commit message (Collapse)AuthorAgeFilesLines
* tccpp : "tcc -E -P" : suppress empty linesgrischka2016-10-091-3/+0
| | | | | | | | | Also: - regenerate all tests/pp/*.expect with gcc - test "insert one space" feature - test "0x1E-1" in asm mode case - PARSE_FLAG_SPACES: ignore \f\v\r better - tcc.h: move some things
* fix preprocessing *.S with ` ' chars in #commentsseyko2016-04-141-0/+6
with a test program. Problem detected when trying to compile linux-2.4.37.9 with tcc.