diff options
| author | Paul Eggert | 2011-05-29 14:52:18 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-05-29 14:52:18 -0700 |
| commit | 6a3e57bb546b094bfc8ec24a3ec63b2bd4496d65 (patch) | |
| tree | 7941b467caf44ec0c4297e4a6afb1b4ab3f0b9a0 /lib/stdio.in.h | |
| parent | e8cbec34e8ef069f54c1189a7b6109f768047be8 (diff) | |
| download | emacs-6a3e57bb546b094bfc8ec24a3ec63b2bd4496d65.tar.gz emacs-6a3e57bb546b094bfc8ec24a3ec63b2bd4496d65.zip | |
Adjust to recent gnulib change for @GUARD_PREFIX@.
Diffstat (limited to 'lib/stdio.in.h')
| -rw-r--r-- | lib/stdio.in.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/stdio.in.h b/lib/stdio.in.h index 0b85d0c28cc..81d3d71842c 100644 --- a/lib/stdio.in.h +++ b/lib/stdio.in.h | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | #else | 35 | #else |
| 36 | /* Normal invocation convention. */ | 36 | /* Normal invocation convention. */ |
| 37 | 37 | ||
| 38 | #ifndef _GL_STDIO_H | 38 | #ifndef _@GUARD_PREFIX@_STDIO_H |
| 39 | 39 | ||
| 40 | #define _GL_ALREADY_INCLUDING_STDIO_H | 40 | #define _GL_ALREADY_INCLUDING_STDIO_H |
| 41 | 41 | ||
| @@ -44,8 +44,8 @@ | |||
| 44 | 44 | ||
| 45 | #undef _GL_ALREADY_INCLUDING_STDIO_H | 45 | #undef _GL_ALREADY_INCLUDING_STDIO_H |
| 46 | 46 | ||
| 47 | #ifndef _GL_STDIO_H | 47 | #ifndef _@GUARD_PREFIX@_STDIO_H |
| 48 | #define _GL_STDIO_H | 48 | #define _@GUARD_PREFIX@_STDIO_H |
| 49 | 49 | ||
| 50 | /* Get va_list. Needed on many systems, including glibc 2.8. */ | 50 | /* Get va_list. Needed on many systems, including glibc 2.8. */ |
| 51 | #include <stdarg.h> | 51 | #include <stdarg.h> |
| @@ -1345,6 +1345,6 @@ _GL_WARN_ON_USE (vsprintf, "vsprintf is not always POSIX compliant - " | |||
| 1345 | #endif | 1345 | #endif |
| 1346 | 1346 | ||
| 1347 | 1347 | ||
| 1348 | #endif /* _GL_STDIO_H */ | 1348 | #endif /* _@GUARD_PREFIX@_STDIO_H */ |
| 1349 | #endif /* _GL_STDIO_H */ | 1349 | #endif /* _@GUARD_PREFIX@_STDIO_H */ |
| 1350 | #endif | 1350 | #endif |