aboutsummaryrefslogtreecommitdiff
path: root/tests/pp/15.expect
Commit message (Collapse)AuthorAgeFilesLines
* Insert spaces between certain tokens when tcc is invoked with -E.Edmund Grimley Evans2016-05-091-0/+20
| | | | | | 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/+6
* 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