summaryrefslogtreecommitdiff
path: root/lib/stddef.in.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-02-06 14:13:03 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-02-06 14:13:03 -0800
commite765a388299ce398f7f5cf57bc74b8134d785f43 (patch)
tree8666752cedade7bca7ce697b7a6d002b25f9692d /lib/stddef.in.h
parent5976c3fe907ebb3254fd2f07c765ea7492b44f63 (diff)
downloademacs-e765a388299ce398f7f5cf57bc74b8134d785f43.tar.gz
gnulib: undo previous change
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 f2d5a4fdad9..62a91a7a6a3 100644
--- a/lib/stddef.in.h
+++ b/lib/stddef.in.h
@@ -38,9 +38,9 @@
remember if special invocation has ever been used to obtain wint_t,
in which case we need to clean up NULL yet again. */
-# if !(defined _gl_GL_STDDEF_H && defined _GL_STDDEF_WINT_T)
+# if !(defined _GL_STDDEF_H && defined _GL_STDDEF_WINT_T)
# ifdef __need_wint_t
-# undef _gl_GL_STDDEF_H
+# undef _GL_STDDEF_H
# define _GL_STDDEF_WINT_T
# endif
# @INCLUDE_NEXT@ @NEXT_STDDEF_H@
@@ -49,14 +49,14 @@
#else
/* Normal invocation convention. */
-# ifndef _gl_GL_STDDEF_H
+# ifndef _GL_STDDEF_H
/* The include_next requires a split double-inclusion guard. */
# @INCLUDE_NEXT@ @NEXT_STDDEF_H@
-# ifndef _gl_GL_STDDEF_H
-# define _gl_GL_STDDEF_H
+# ifndef _GL_STDDEF_H
+# define _GL_STDDEF_H
/* On NetBSD 5.0, the definition of NULL lacks proper parentheses. */
#if @REPLACE_NULL@
@@ -82,6 +82,6 @@
# define wchar_t int
#endif
-# endif /* _gl_GL_STDDEF_H */
-# endif /* _gl_GL_STDDEF_H */
+# endif /* _GL_STDDEF_H */
+# endif /* _GL_STDDEF_H */
#endif /* __need_XXX */