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/stdlib.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/stdlib.in.h')
| -rw-r--r-- | lib/stdlib.in.h | 10 |
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 |