1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-05-13 15:13:36 +00:00

Use standard way of including <config.h>.

* lib/string-desc.c: Use normalized boilerplate.
* lib/string-desc-contains.c: Likewise.
* lib/str_startswith.c: Likewise.
* lib/str_endswith.c: Likewise.
* lib/mbs_endswith.c: Likewise.
This commit is contained in:
Bruno Haible
2025-08-10 16:35:41 +02:00
parent 93a89add7d
commit f6afcbccd8
6 changed files with 14 additions and 9 deletions

View File

@@ -1,3 +1,12 @@
2025-08-10 Bruno Haible <bruno@clisp.org>
Use standard way of including <config.h>.
* lib/string-desc.c: Use normalized boilerplate.
* lib/string-desc-contains.c: Likewise.
* lib/str_startswith.c: Likewise.
* lib/str_endswith.c: Likewise.
* lib/mbs_endswith.c: Likewise.
2025-08-10 Bruno Haible <bruno@clisp.org>
test-framework-sh: Ensure TESTS_ENVIRONMENT gets augmented in gltests/.

View File

@@ -16,7 +16,7 @@
/* Written by Bruno Haible <bruno@clisp.org>, 2025. */
#include "config.h"
#include <config.h>
/* Specification. */
#include <string.h>

View File

@@ -16,7 +16,7 @@
/* Written by Bruno Haible <bruno@clisp.org>, 2025. */
#include "config.h"
#include <config.h>
/* Specification. */
#include <string.h>

View File

@@ -16,7 +16,7 @@
/* Written by Bruno Haible <bruno@clisp.org>, 2025. */
#include "config.h"
#include <config.h>
/* Specification. */
#include <string.h>

View File

@@ -16,9 +16,7 @@
/* Written by Bruno Haible <bruno@clisp.org>, 2023. */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <config.h>
/* Specification. */
#include "string-desc.h"

View File

@@ -16,9 +16,7 @@
/* Written by Bruno Haible <bruno@clisp.org>, 2023. */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <config.h>
#define GL_STRING_DESC_INLINE _GL_EXTERN_INLINE