summaryrefslogtreecommitdiffstats
path: root/gl/stddef.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'gl/stddef.in.h')
-rw-r--r--gl/stddef.in.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/gl/stddef.in.h b/gl/stddef.in.h
index 08778a2..40f0536 100644
--- a/gl/stddef.in.h
+++ b/gl/stddef.in.h
@@ -1,6 +1,6 @@
1/* A substitute for POSIX 2008 <stddef.h>, for platforms that have issues. 1/* A substitute for POSIX 2008 <stddef.h>, for platforms that have issues.
2 2
3 Copyright (C) 2009, 2010 Free Software Foundation, Inc. 3 Copyright (C) 2009-2013 Free Software Foundation, Inc.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
@@ -13,8 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software Foundation, 16 along with this program; if not, see <http://www.gnu.org/licenses/>. */
17 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
18 17
19/* Written by Eric Blake. */ 18/* Written by Eric Blake. */
20 19
@@ -26,6 +25,7 @@
26#if __GNUC__ >= 3 25#if __GNUC__ >= 3
27@PRAGMA_SYSTEM_HEADER@ 26@PRAGMA_SYSTEM_HEADER@
28#endif 27#endif
28@PRAGMA_COLUMNS@
29 29
30#if defined __need_wchar_t || defined __need_size_t \ 30#if defined __need_wchar_t || defined __need_size_t \
31 || defined __need_ptrdiff_t || defined __need_NULL \ 31 || defined __need_ptrdiff_t || defined __need_NULL \
@@ -37,9 +37,9 @@
37 remember if special invocation has ever been used to obtain wint_t, 37 remember if special invocation has ever been used to obtain wint_t,
38 in which case we need to clean up NULL yet again. */ 38 in which case we need to clean up NULL yet again. */
39 39
40# if !(defined _GL_STDDEF_H && defined _GL_STDDEF_WINT_T) 40# if !(defined _@GUARD_PREFIX@_STDDEF_H && defined _GL_STDDEF_WINT_T)
41# ifdef __need_wint_t 41# ifdef __need_wint_t
42# undef _GL_STDDEF_H 42# undef _@GUARD_PREFIX@_STDDEF_H
43# define _GL_STDDEF_WINT_T 43# define _GL_STDDEF_WINT_T
44# endif 44# endif
45# @INCLUDE_NEXT@ @NEXT_STDDEF_H@ 45# @INCLUDE_NEXT@ @NEXT_STDDEF_H@
@@ -48,14 +48,14 @@
48#else 48#else
49/* Normal invocation convention. */ 49/* Normal invocation convention. */
50 50
51# ifndef _GL_STDDEF_H 51# ifndef _@GUARD_PREFIX@_STDDEF_H
52 52
53/* The include_next requires a split double-inclusion guard. */ 53/* The include_next requires a split double-inclusion guard. */
54 54
55# @INCLUDE_NEXT@ @NEXT_STDDEF_H@ 55# @INCLUDE_NEXT@ @NEXT_STDDEF_H@
56 56
57# ifndef _GL_STDDEF_H 57# ifndef _@GUARD_PREFIX@_STDDEF_H
58# define _GL_STDDEF_H 58# define _@GUARD_PREFIX@_STDDEF_H
59 59
60/* On NetBSD 5.0, the definition of NULL lacks proper parentheses. */ 60/* On NetBSD 5.0, the definition of NULL lacks proper parentheses. */
61#if @REPLACE_NULL@ 61#if @REPLACE_NULL@
@@ -81,6 +81,6 @@
81# define wchar_t int 81# define wchar_t int
82#endif 82#endif
83 83
84# endif /* _GL_STDDEF_H */ 84# endif /* _@GUARD_PREFIX@_STDDEF_H */
85# endif /* _GL_STDDEF_H */ 85# endif /* _@GUARD_PREFIX@_STDDEF_H */
86#endif /* __need_XXX */ 86#endif /* __need_XXX */