Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2005-09-21 01:21:51 +0400
committerJeff Johnston <jjohnstn@redhat.com>2005-09-21 01:21:51 +0400
commit0ce4fcefed33368aef0792bc4d8ce569ff594647 (patch)
treeeedd7922f85fc39bacb64277d040ad66dea04014 /newlib/libc/include/inttypes.h
parent17060817938e5b20141ccad0d6a2d1735b04db97 (diff)
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.
Diffstat (limited to 'newlib/libc/include/inttypes.h')
-rw-r--r--newlib/libc/include/inttypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/include/inttypes.h b/newlib/libc/include/inttypes.h
index 5f4f918ed..16e6348d3 100644
--- a/newlib/libc/include/inttypes.h
+++ b/newlib/libc/include/inttypes.h
@@ -14,6 +14,8 @@
#define _INTTYPES_H
#include <stdint.h>
+#define __need_wchar_t
+#include <stddef.h>
#define __STRINGIFY(a) #a