aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stddef.in.h
diff options
context:
space:
mode:
authorPaul Eggert2011-05-29 14:52:18 -0700
committerPaul Eggert2011-05-29 14:52:18 -0700
commit6a3e57bb546b094bfc8ec24a3ec63b2bd4496d65 (patch)
tree7941b467caf44ec0c4297e4a6afb1b4ab3f0b9a0 /lib/stddef.in.h
parente8cbec34e8ef069f54c1189a7b6109f768047be8 (diff)
downloademacs-6a3e57bb546b094bfc8ec24a3ec63b2bd4496d65.tar.gz
emacs-6a3e57bb546b094bfc8ec24a3ec63b2bd4496d65.zip
Adjust to recent gnulib change for @GUARD_PREFIX@.
Diffstat (limited to 'lib/stddef.in.h')
-rw-r--r--lib/stddef.in.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/stddef.in.h b/lib/stddef.in.h
index 62a91a7a6a3..c7b98e7dcc5 100644
--- a/lib/stddef.in.h
+++ b/lib/stddef.in.h
@@ -38,9 +38,9 @@
38 remember if special invocation has ever been used to obtain wint_t, 38 remember if special invocation has ever been used to obtain wint_t,
39 in which case we need to clean up NULL yet again. */ 39 in which case we need to clean up NULL yet again. */
40 40
41# if !(defined _GL_STDDEF_H && defined _GL_STDDEF_WINT_T) 41# if !(defined _@GUARD_PREFIX@_STDDEF_H && defined _GL_STDDEF_WINT_T)
42# ifdef __need_wint_t 42# ifdef __need_wint_t
43# undef _GL_STDDEF_H 43# undef _@GUARD_PREFIX@_STDDEF_H
44# define _GL_STDDEF_WINT_T 44# define _GL_STDDEF_WINT_T
45# endif 45# endif
46# @INCLUDE_NEXT@ @NEXT_STDDEF_H@ 46# @INCLUDE_NEXT@ @NEXT_STDDEF_H@
@@ -49,14 +49,14 @@
49#else 49#else
50/* Normal invocation convention. */ 50/* Normal invocation convention. */
51 51
52# ifndef _GL_STDDEF_H 52# ifndef _@GUARD_PREFIX@_STDDEF_H
53 53
54/* The include_next requires a split double-inclusion guard. */ 54/* The include_next requires a split double-inclusion guard. */
55 55
56# @INCLUDE_NEXT@ @NEXT_STDDEF_H@ 56# @INCLUDE_NEXT@ @NEXT_STDDEF_H@
57 57
58# ifndef _GL_STDDEF_H 58# ifndef _@GUARD_PREFIX@_STDDEF_H
59# define _GL_STDDEF_H 59# define _@GUARD_PREFIX@_STDDEF_H
60 60
61/* On NetBSD 5.0, the definition of NULL lacks proper parentheses. */ 61/* On NetBSD 5.0, the definition of NULL lacks proper parentheses. */
62#if @REPLACE_NULL@ 62#if @REPLACE_NULL@
@@ -82,6 +82,6 @@
82# define wchar_t int 82# define wchar_t int
83#endif 83#endif
84 84
85# endif /* _GL_STDDEF_H */ 85# endif /* _@GUARD_PREFIX@_STDDEF_H */
86# endif /* _GL_STDDEF_H */ 86# endif /* _@GUARD_PREFIX@_STDDEF_H */
87#endif /* __need_XXX */ 87#endif /* __need_XXX */