commit | e3b1ac14bdd0ec3340d7274017692268a4f61df0 | [log] [tgz] |
---|---|---|
author | Sergey Melnikov <sergey.melnikov@intel.com> | Mon Nov 26 18:02:30 2012 +0400 |
committer | Sergey Melnikov <sergey.melnikov@intel.com> | Thu Jan 17 09:58:16 2013 +0400 |
tree | 9830cbdaf1eb68299014959676f739da4bbd7258 | |
parent | 7f340728d339f047c5149940f0da90eedbdfcb4e [diff] |
stdint.h header is not fully compatible with C99(ISO9899:1999) 1. stdint.h doesn't provide macros: * SIG_ATOMIC_MIN * SIG_ATOMIC_MAX * WCHAR_MIN * WCHAR_MAX * WINT_MIN * WINT_MAX 2. stdint.h provides macros with incorrect type: * UINT8_C * UINT16_C * UINT8_MAX * UINT16_MAX Change-Id: I3f4da907eaee8f46d8eb956950230ca2eb04a3ea Signed-off-by: Sergey Melnikov <sergey.melnikov@intel.com>