diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-06 00:28:30 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-06 00:28:30 -0800 |
commit | 91ccade49b1403d469fa5441b16598e08d6604c9 (patch) | |
tree | 2acfe2ae1e1f1b87e03072f926d6d15a3c50f223 /lib/stddef.in.h | |
parent | 5f742c1bf2ad7b435e7a13dc58c1c45bab81b70b (diff) | |
download | emacs-91ccade49b1403d469fa5441b16598e08d6604c9.tar.gz |
gnulib: adjust to upstream _HEADERS change
Diffstat (limited to 'lib/stddef.in.h')
-rw-r--r-- | lib/stddef.in.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/stddef.in.h b/lib/stddef.in.h index 62a91a7a6a3..f2d5a4fdad9 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_STDDEF_H && defined _GL_STDDEF_WINT_T) +# if !(defined _gl_GL_STDDEF_H && defined _GL_STDDEF_WINT_T) # ifdef __need_wint_t -# undef _GL_STDDEF_H +# undef _gl_GL_STDDEF_H # define _GL_STDDEF_WINT_T # endif # @INCLUDE_NEXT@ @NEXT_STDDEF_H@ @@ -49,14 +49,14 @@ #else /* Normal invocation convention. */ -# ifndef _GL_STDDEF_H +# ifndef _gl_GL_STDDEF_H /* The include_next requires a split double-inclusion guard. */ # @INCLUDE_NEXT@ @NEXT_STDDEF_H@ -# ifndef _GL_STDDEF_H -# define _GL_STDDEF_H +# ifndef _gl_GL_STDDEF_H +# define _gl_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_STDDEF_H */ -# endif /* _GL_STDDEF_H */ +# endif /* _gl_GL_STDDEF_H */ +# endif /* _gl_GL_STDDEF_H */ #endif /* __need_XXX */ |