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:
@@ -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/.
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
/* Written by Bruno Haible <bruno@clisp.org>, 2025. */
|
||||
|
||||
#include "config.h"
|
||||
#include <config.h>
|
||||
|
||||
/* Specification. */
|
||||
#include <string.h>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
/* Written by Bruno Haible <bruno@clisp.org>, 2025. */
|
||||
|
||||
#include "config.h"
|
||||
#include <config.h>
|
||||
|
||||
/* Specification. */
|
||||
#include <string.h>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
/* Written by Bruno Haible <bruno@clisp.org>, 2025. */
|
||||
|
||||
#include "config.h"
|
||||
#include <config.h>
|
||||
|
||||
/* Specification. */
|
||||
#include <string.h>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user