diff options
| author | Edmund Grimley Evans <Edmund.Grimley.Evans@gmail.com> | 2016-05-04 21:37:11 +0100 |
|---|---|---|
| committer | Edmund Grimley Evans <Edmund.Grimley.Evans@gmail.com> | 2016-05-09 19:27:31 +0100 |
| commit | f5f82abc99424c4ece836000934fcf57a867c635 (patch) | |
| tree | 2e70deb54bcac302987e7a20f124041c34c00f51 /tests/pp/15.expect | |
| parent | 75243f744c60e588ee68c1a47f1ce691a36c07a7 (diff) | |
| download | tinycc-f5f82abc99424c4ece836000934fcf57a867c635.tar.gz tinycc-f5f82abc99424c4ece836000934fcf57a867c635.tar.bz2 | |
Insert spaces between certain tokens when tcc is invoked with -E.
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.
Diffstat (limited to 'tests/pp/15.expect')
| -rw-r--r-- | tests/pp/15.expect | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/pp/15.expect b/tests/pp/15.expect index 7ccee4a..d3d3dd5 100644 --- a/tests/pp/15.expect +++ b/tests/pp/15.expect @@ -1,6 +1,26 @@ + + Z(1) Z(Z(1)) Z(Z(Z(Z(Z(1))))) + + + return A + B; + + + + + + return A+1 + B+1; + + + + return A1+3 +2 +1 + B1+1 +3 +2; + + + +x x 1 1 x +x+x-1 +1 - |
