diff options
| author | Paul Eggert | 2023-05-14 18:51:22 -0700 |
|---|---|---|
| committer | Paul Eggert | 2023-05-14 19:28:09 -0700 |
| commit | b77d357ea356134fbc159797b34498b7a0006dc9 (patch) | |
| tree | 1a1d03db84c1b2aac7f6e8dafcdc3e952192c854 /lib/string.in.h | |
| parent | e7dc30c1d58c602ccc4b7b9c98c0ea07f5631675 (diff) | |
| download | emacs-b77d357ea356134fbc159797b34498b7a0006dc9.tar.gz emacs-b77d357ea356134fbc159797b34498b7a0006dc9.zip | |
Update from Gnulib by running admin/merge-gnulib
* lib/dirent-private.h, m4/codeset.m4, m4/locale-fr.m4, m4/musl.m4:
New files, from Gnulib.
Diffstat (limited to 'lib/string.in.h')
| -rw-r--r-- | lib/string.in.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/string.in.h b/lib/string.in.h index b6bf432e1f1..912d0f7a306 100644 --- a/lib/string.in.h +++ b/lib/string.in.h | |||
| @@ -44,6 +44,12 @@ | |||
| 44 | #ifndef _@GUARD_PREFIX@_STRING_H | 44 | #ifndef _@GUARD_PREFIX@_STRING_H |
| 45 | #define _@GUARD_PREFIX@_STRING_H | 45 | #define _@GUARD_PREFIX@_STRING_H |
| 46 | 46 | ||
| 47 | /* This file uses _GL_ATTRIBUTE_DEALLOC, _GL_ATTRIBUTE_MALLOC, | ||
| 48 | _GL_ATTRIBUTE_PURE, GNULIB_POSIXCHECK, HAVE_RAW_DECL_*. */ | ||
| 49 | #if !_GL_CONFIG_H_INCLUDED | ||
| 50 | #error "Please include config.h first." | ||
| 51 | #endif | ||
| 52 | |||
| 47 | /* NetBSD 5.0 mis-defines NULL. */ | 53 | /* NetBSD 5.0 mis-defines NULL. */ |
| 48 | #include <stddef.h> | 54 | #include <stddef.h> |
| 49 | 55 | ||