aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdarg.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/stdarg.in.h
parente8cbec34e8ef069f54c1189a7b6109f768047be8 (diff)
downloademacs-6a3e57bb546b094bfc8ec24a3ec63b2bd4496d65.tar.gz
emacs-6a3e57bb546b094bfc8ec24a3ec63b2bd4496d65.zip
Adjust to recent gnulib change for @GUARD_PREFIX@.
Diffstat (limited to 'lib/stdarg.in.h')
-rw-r--r--lib/stdarg.in.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/stdarg.in.h b/lib/stdarg.in.h
index 4469d54e4f4..43f96070708 100644
--- a/lib/stdarg.in.h
+++ b/lib/stdarg.in.h
@@ -15,7 +15,7 @@
15 along with this program; if not, write to the Free Software Foundation, 15 along with this program; if not, write to the Free Software Foundation,
16 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ 16 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
17 17
18#ifndef _GL_STDARG_H 18#ifndef _@GUARD_PREFIX@_STDARG_H
19 19
20#if __GNUC__ >= 3 20#if __GNUC__ >= 3
21@PRAGMA_SYSTEM_HEADER@ 21@PRAGMA_SYSTEM_HEADER@
@@ -25,12 +25,12 @@
25/* The include_next requires a split double-inclusion guard. */ 25/* The include_next requires a split double-inclusion guard. */
26#@INCLUDE_NEXT@ @NEXT_STDARG_H@ 26#@INCLUDE_NEXT@ @NEXT_STDARG_H@
27 27
28#ifndef _GL_STDARG_H 28#ifndef _@GUARD_PREFIX@_STDARG_H
29#define _GL_STDARG_H 29#define _@GUARD_PREFIX@_STDARG_H
30 30
31#ifndef va_copy 31#ifndef va_copy
32# define va_copy(a,b) ((a) = (b)) 32# define va_copy(a,b) ((a) = (b))
33#endif 33#endif
34 34
35#endif /* _GL_STDARG_H */ 35#endif /* _@GUARD_PREFIX@_STDARG_H */
36#endif /* _GL_STDARG_H */ 36#endif /* _@GUARD_PREFIX@_STDARG_H */