]> Savannah Git Hosting - gnulib.git/commitdiff
error: More clang -Winclude-next-absolute-path silencing.
authorBruno Haible <bruno@clisp.org>
Sat, 17 Feb 2024 10:43:32 +0000 (11:43 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 17 Feb 2024 10:43:32 +0000 (11:43 +0100)
* modules/error-h (Include): Suggest <error.h>, not "error.h".
* m4/error_h.m4: Write #include <error.h>.

ChangeLog
m4/error_h.m4
modules/error-h

index 6a990dd0e8c18a8a7c5bc498003bc32b4d431ada..b52b149cd092624bc4b648f11ed37fec5202f0b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-02-17  Bruno Haible  <bruno@clisp.org>
+
+       error: More clang -Winclude-next-absolute-path silencing.
+       * modules/error-h (Include): Suggest <error.h>, not "error.h".
+       * m4/error_h.m4: Write #include <error.h>.
+
 2024-02-15  Bruno Haible  <bruno@clisp.org>
 
        nstrftime: Optimize module dependencies.
index f8016ce3f897cdbc31bc3519fc258ce5d58b6675..006770c4d354e7730b92b2976b91ac86b9bb5d4f 100644 (file)
@@ -5,7 +5,7 @@ dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
 
 dnl From Bruno Haible.
-dnl Provide a working "error.h".
+dnl Provide a working <error.h>.
 
 AC_DEFUN_ONCE([gl_ERROR_H],
 [
index eeb58017327f4df1751f258ce750e96199a9e362..2f43279d1b1b3ed95fb864b7e1209187e4080347 100644 (file)
@@ -35,7 +35,7 @@ error.h: error.in.h $(top_builddir)/config.status $(CXXDEFS_H)
 MOSTLYCLEANFILES += error.h error.h-t
 
 Include:
-"error.h"
+<error.h>
 
 License:
 LGPLv2+