2005-09-20 Jeff Johnston <jjohnstn@redhat.com>

* libc/include/stdint.h (__EXP): Rename to __STDINT_EXP
        and do not #undef the macro after it is used.  Fix typos.
        Also change 64-bit constants to use the __have_long64 and
        __have_longlong64 flags to determine if long or long long
        constants should be used.
        * libc/include/inttypes.h: Include stddef.h to get wchar_t
        type defined.
This commit is contained in:
Jeff Johnston
2005-09-20 21:21:51 +00:00
parent 1706081793
commit 0ce4fcefed
3 changed files with 52 additions and 30 deletions

View File

@ -14,6 +14,8 @@
#define _INTTYPES_H
#include <stdint.h>
#define __need_wchar_t
#include <stddef.h>
#define __STRINGIFY(a) #a