| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Insert spaces between certain tokens when tcc is invoked with -E. | Edmund Grimley Evans | 2016-05-09 | 1 | -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 '-' | seyko | 2016-05-01 | 1 | -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 | |||||
