CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/06/11 09:59:16
Modified files:
include : inttypes.h
sys/sys : stdint.h
Log message:
Contrary to C99's advice, C++ TR1 and C++ 11 require that <inttypes.h>
and <stdint.h> should unconditionally define all of their macros
regardless of whether the __STDC_*_MACROS macros are defined.
ok guenther, espie
bulk build tested by landry
