aboutsummaryrefslogtreecommitdiff
path: root/tests/pp/15.c
Commit message (Collapse)AuthorAgeFilesLines
* tccpp : "tcc -E -P" : suppress empty linesgrischka2016-10-091-0/+18
| | | | | | | | | 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
* test/pp: cleanupgrischka2016-10-011-26/+0
|
* Insert spaces between certain tokens when tcc is invoked with -E.Edmund Grimley Evans2016-05-091-0/+5
| | | | | | Insert a space when it is required to prevent mistokenisation of the output, and also in a few cases where it is not strictly required, imitating GCC's behaviour.
* output space after TOK_PPNUM which followed by '+' or '-'seyko2016-05-011-0/+21
* correct -E output for the case ++ + ++ concatenation do this only for expanded from macro string and only when tcc_state->output_type == TCC_OUTPUT_PREPROCESS