summaryrefslogtreecommitdiffstats
path: root/Utilities/KWIML/test
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-03-07 21:05:17 (GMT)
committerBrad King <brad.king@kitware.com>2012-03-09 20:26:26 (GMT)
commitf94ae0ecdac2fd8e8d68dde7dd16550bdee0493d (patch)
tree9b1872d27f7c019be1c2878a4b94beb889ce0cc0 /Utilities/KWIML/test
parentaabf65a073e812afd9ba417fd56c25017166a43e (diff)
downloadCMake-f94ae0ecdac2fd8e8d68dde7dd16550bdee0493d.zip
CMake-f94ae0ecdac2fd8e8d68dde7dd16550bdee0493d.tar.gz
CMake-f94ae0ecdac2fd8e8d68dde7dd16550bdee0493d.tar.bz2
KWIML: Make test_INT robust to #define-d int#_t and INT#_C
Our TEST* macro calls pass arguments such as "int64_t" with the expectation that the preprocessing token will be used literally. Some platforms #define int64_t as "long long" which is not a valid preprocessing token. Perform preprocessor symbol concatenation on the type names at the first level of macro evaluation to avoid expanding the names.
Diffstat (limited to 'Utilities/KWIML/test')
0 files changed, 0 insertions, 0 deletions