diff options
| author | Brad King <brad.king@kitware.com> | 2012-06-20 17:48:11 (GMT) |
|---|---|---|
| committer | Brad King <brad.king@kitware.com> | 2012-06-21 12:04:16 (GMT) |
| commit | ec1d35248510235483abdf1294afb96500ae910f (patch) | |
| tree | da4e7741f754b506519b07a6ea87319c13dbb630 /Tests/Module/WriteCompilerDetectionHeader/main.cpp | |
| parent | 64d0e15627e72e4d96297096dd5c63598827ed10 (diff) | |
| download | CMake-ec1d35248510235483abdf1294afb96500ae910f.zip CMake-ec1d35248510235483abdf1294afb96500ae910f.tar.gz CMake-ec1d35248510235483abdf1294afb96500ae910f.tar.bz2 | |
KWIML: Teach INT about broken UINT32_C on old HP
Old HP inttypes.h defines UINT32_C as:
#define __CONCAT__(_A,_B) _A ## _B
#define __CONCAT_U__(_A) _A ## u
#define UINT32_C(__c) __CONCAT__(__CONCAT_U__(__c),l)
The __CONCAT__ macro does not delay concatenation for an extra level so
standard preprocessor implementations like GNU complain that they cannot
concatenate the ")" and "l".
Diffstat (limited to 'Tests/Module/WriteCompilerDetectionHeader/main.cpp')
0 files changed, 0 insertions, 0 deletions
