]> 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, 16 Mar 2024 08:05:09 +0000 (09:05 +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 d4e63b4094fe5b4f7357387c7a0e55837506a326..678414381b17551f30bad75c3c13b06f0bbb8294 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-14  Bruno Haible  <bruno@clisp.org>
 
        Don't treat Apple's new Citrus/FreeBSD-based iconv like GNU libiconv.
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+