aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdint.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/stdint.in.h
parente8cbec34e8ef069f54c1189a7b6109f768047be8 (diff)
downloademacs-6a3e57bb546b094bfc8ec24a3ec63b2bd4496d65.tar.gz
emacs-6a3e57bb546b094bfc8ec24a3ec63b2bd4496d65.zip
Adjust to recent gnulib change for @GUARD_PREFIX@.
Diffstat (limited to 'lib/stdint.in.h')
-rw-r--r--lib/stdint.in.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/stdint.in.h b/lib/stdint.in.h
index 376b96a785d..09ac138b851 100644
--- a/lib/stdint.in.h
+++ b/lib/stdint.in.h
@@ -21,7 +21,7 @@
21 * <http://www.opengroup.org/susv3xbd/stdint.h.html> 21 * <http://www.opengroup.org/susv3xbd/stdint.h.html>
22 */ 22 */
23 23
24#ifndef _GL_STDINT_H 24#ifndef _@GUARD_PREFIX@_STDINT_H
25 25
26#if __GNUC__ >= 3 26#if __GNUC__ >= 3
27@PRAGMA_SYSTEM_HEADER@ 27@PRAGMA_SYSTEM_HEADER@
@@ -52,13 +52,13 @@
52 /* Other systems may have an incomplete or buggy <stdint.h>. 52 /* Other systems may have an incomplete or buggy <stdint.h>.
53 Include it before <inttypes.h>, since any "#include <stdint.h>" 53 Include it before <inttypes.h>, since any "#include <stdint.h>"
54 in <inttypes.h> would reinclude us, skipping our contents because 54 in <inttypes.h> would reinclude us, skipping our contents because
55 _GL_STDINT_H is defined. 55 _@GUARD_PREFIX@_STDINT_H is defined.
56 The include_next requires a split double-inclusion guard. */ 56 The include_next requires a split double-inclusion guard. */
57# @INCLUDE_NEXT@ @NEXT_STDINT_H@ 57# @INCLUDE_NEXT@ @NEXT_STDINT_H@
58#endif 58#endif
59 59
60#if ! defined _GL_STDINT_H && ! defined _GL_JUST_INCLUDE_SYSTEM_STDINT_H 60#if ! defined _@GUARD_PREFIX@_STDINT_H && ! defined _GL_JUST_INCLUDE_SYSTEM_STDINT_H
61#define _GL_STDINT_H 61#define _@GUARD_PREFIX@_STDINT_H
62 62
63/* <sys/types.h> defines some of the stdint.h types as well, on glibc, 63/* <sys/types.h> defines some of the stdint.h types as well, on glibc,
64 IRIX 6.5, and OpenBSD 3.8 (via <machine/types.h>). 64 IRIX 6.5, and OpenBSD 3.8 (via <machine/types.h>).
@@ -588,5 +588,5 @@ typedef int _verify_intmax_size[sizeof (intmax_t) == sizeof (uintmax_t)
588 588
589#endif /* !defined __cplusplus || defined __STDC_CONSTANT_MACROS */ 589#endif /* !defined __cplusplus || defined __STDC_CONSTANT_MACROS */
590 590
591#endif /* _GL_STDINT_H */ 591#endif /* _@GUARD_PREFIX@_STDINT_H */
592#endif /* !defined _GL_STDINT_H && !defined _GL_JUST_INCLUDE_SYSTEM_STDINT_H */ 592#endif /* !defined _@GUARD_PREFIX@_STDINT_H && !defined _GL_JUST_INCLUDE_SYSTEM_STDINT_H */