diff options
| author | grischka <grischka> | 2009-04-17 22:44:08 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2009-04-18 15:08:02 +0200 |
| commit | 0f0ed4a8bf2b6f6bdcab1a46c34c6f54005bf34e (patch) | |
| tree | 2e8a8417674a688971fca895bd72e9a31131b091 /float.h | |
| parent | 90697c4c561a1a68441939467c9c41b76cb1b47a (diff) | |
| download | tinycc-0f0ed4a8bf2b6f6bdcab1a46c34c6f54005bf34e.tar.gz tinycc-0f0ed4a8bf2b6f6bdcab1a46c34c6f54005bf34e.tar.bz2 | |
tcc -E: preserve spaces, alternative solution
/* test case */
#define STR(x) #x
#define MKSTR(x) STR(x)
MKSTR(-A-)
MKSTR(+ B +)
tcc -E: expected result:
"-A-"
"+ B +"
Diffstat (limited to 'float.h')
0 files changed, 0 insertions, 0 deletions
