output space after TOK_PPNUM which followed by '+' or '-'
commita1c139063b9157c804fd76eedb6a8060726fe0d5
authorseyko <seyko2@gmail.com>
Sun, 1 May 2016 02:43:57 +0000 (1 05:43 +0300)
committerseyko <seyko2@gmail.com>
Sun, 1 May 2016 02:43:57 +0000 (1 05:43 +0300)
tree59ccd96c58dbe63c9244fdf7d957a044a4df5ef9
parent256078933c8152038fd0d4fbff1d92b3bb3a14a3
output space after TOK_PPNUM which followed by '+' or '-'

    * 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
tccpp.c
tests/pp/02.expect
tests/pp/14.c [new file with mode: 0644]
tests/pp/14.expect [new file with mode: 0644]
tests/pp/15.c [new file with mode: 0644]
tests/pp/15.expect [new file with mode: 0644]
tests/pp/Makefile
tests/tests2/84-hex-float.c [new file with mode: 0644]
tests/tests2/84-hex-float.expect [new file with mode: 0644]