From a1c139063b9157c804fd76eedb6a8060726fe0d5 Mon Sep 17 00:00:00 2001 From: seyko Date: Sun, 1 May 2016 05:43:57 +0300 Subject: 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 --- tests/tests2/84-hex-float.expect | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/tests2/84-hex-float.expect (limited to 'tests/tests2/84-hex-float.expect') diff --git a/tests/tests2/84-hex-float.expect b/tests/tests2/84-hex-float.expect new file mode 100644 index 0000000..2175385 --- /dev/null +++ b/tests/tests2/84-hex-float.expect @@ -0,0 +1 @@ +n+1 = 15 -- cgit v1.3.1