diff options
| author | Paul Eggert | 2025-12-12 15:24:31 -0800 |
|---|---|---|
| committer | Paul Eggert | 2025-12-12 16:27:11 -0800 |
| commit | 41ffeaec15b9a0f052de2d2e5eab23302c4ce46b (patch) | |
| tree | a2e82875cc70f7881ba5627872fc8c11630256ec /lib/string.c | |
| parent | 976143651b832ca0dcaf1d15e41eb7424aec4c90 (diff) | |
| download | emacs-41ffeaec15b9a0f052de2d2e5eab23302c4ce46b.tar.gz emacs-41ffeaec15b9a0f052de2d2e5eab23302c4ce46b.zip | |
Update from Gnulib by running admin/merge-gnulib
Diffstat (limited to 'lib/string.c')
| -rw-r--r-- | lib/string.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/string.c b/lib/string.c index cce2eac9c06..602bb7383e8 100644 --- a/lib/string.c +++ b/lib/string.c | |||
| @@ -14,7 +14,6 @@ | |||
| 14 | You should have received a copy of the GNU Lesser General Public License | 14 | You should have received a copy of the GNU Lesser General Public License |
| 15 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ | 15 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | #include <config.h> | ||
| 18 | |||
| 19 | #define _GL_STRING_INLINE _GL_EXTERN_INLINE | 17 | #define _GL_STRING_INLINE _GL_EXTERN_INLINE |
| 18 | #include <config.h> | ||
| 20 | #include <string.h> | 19 | #include <string.h> |