search for: __std_limit_macros

Displaying 1 result from an estimated 1 matches for "__std_limit_macros".

Did you mean: __stdc_limit_macros
2002 Sep 13
2
[LLVMdev] Linux-x86 Compatability
...4_MAX is defined in stdint.h, but, for C++, only if __STDC_LIMIT_MACROS is #defined. Solaris (at least in CSIL) unfortunately does not have stdint.h, but it does have the old inttypes.h - and so does Linux. ACTION: In files that refer to INT64_MAX, ensure that inttypes.h is #included and that __STD_LIMIT_MACROS is #defined before _any_ #include (you never know which header includes what header on whatever system, so paranoia is good). PATCH: Apply from llvm top level directory with "patch -p0." -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69 -------------- next part -...