aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib.in.h')
-rw-r--r--lib/stdlib.in.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/stdlib.in.h b/lib/stdlib.in.h
index 7513553b672..62a2ce920e6 100644
--- a/lib/stdlib.in.h
+++ b/lib/stdlib.in.h
@@ -28,13 +28,13 @@
28#else 28#else
29/* Normal invocation convention. */ 29/* Normal invocation convention. */
30 30
31#ifndef _GL_STDLIB_H 31#ifndef _@GUARD_PREFIX@_STDLIB_H
32 32
33/* The include_next requires a split double-inclusion guard. */ 33/* The include_next requires a split double-inclusion guard. */
34#@INCLUDE_NEXT@ @NEXT_STDLIB_H@ 34#@INCLUDE_NEXT@ @NEXT_STDLIB_H@
35 35
36#ifndef _GL_STDLIB_H 36#ifndef _@GUARD_PREFIX@_STDLIB_H
37#define _GL_STDLIB_H 37#define _@GUARD_PREFIX@_STDLIB_H
38 38
39/* NetBSD 5.0 mis-defines NULL. */ 39/* NetBSD 5.0 mis-defines NULL. */
40#include <stddef.h> 40#include <stddef.h>
@@ -761,6 +761,6 @@ _GL_CXXALIASWARN (wctomb);
761#endif 761#endif
762 762
763 763
764#endif /* _GL_STDLIB_H */ 764#endif /* _@GUARD_PREFIX@_STDLIB_H */
765#endif /* _GL_STDLIB_H */ 765#endif /* _@GUARD_PREFIX@_STDLIB_H */
766#endif 766#endif