summaryrefslogtreecommitdiff
path: root/lib/gl/stdint.in.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-01-21 22:21:49 +0100
committerSimon Josefsson <simon@josefsson.org>2009-01-21 22:21:49 +0100
commit8a87bbc9984034fc736e54ef18f7b0006eee22ec (patch)
tree7f3e00086e922cf38acd60bde1843f1f75528e05 /lib/gl/stdint.in.h
parent0541e15f9302eeb2d45aff73db03a4c6d82cb717 (diff)
downloadgnutls-8a87bbc9984034fc736e54ef18f7b0006eee22ec.tar.gz
Update gnulib files.
Diffstat (limited to 'lib/gl/stdint.in.h')
-rw-r--r--lib/gl/stdint.in.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/gl/stdint.in.h b/lib/gl/stdint.in.h
index 51ac462d95..7cbfc2cf7e 100644
--- a/lib/gl/stdint.in.h
+++ b/lib/gl/stdint.in.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2002, 2004-2008 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2002, 2004-2009 Free Software Foundation, Inc.
Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood.
This file is part of gnulib.
@@ -478,7 +478,9 @@ typedef int _verify_intmax_size[2 * (sizeof (intmax_t) == sizeof (uintmax_t)) -
includes <wchar.h> -> <stdio.h> -> <getopt.h> -> <stdlib.h>, and the latter includes
<stdint.h> and assumes its types are already defined. */
#if ! (defined WCHAR_MIN && defined WCHAR_MAX)
+# define _GL_JUST_INCLUDE_SYSTEM_WCHAR_H
# include <wchar.h>
+# undef _GL_JUST_INCLUDE_SYSTEM_WCHAR_H
#endif
#undef WCHAR_MIN
#undef WCHAR_MAX