]> 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 10:40:57 +0000 (11:40 +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 9d9feae2aa5f443ffd4ecbf1706c66ecff93e0df..908cfe86cccd32a3e03108f9ba26c9d73f5e115b 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 e8a58f6fbd54bb6de295a97c501c7efee5ae3a48..006770c4d354e7730b92b2976b91ac86b9bb5d4f 100644 (file)
@@ -1,11 +1,11 @@
 # error_h.m4 serial 4
-dnl Copyright (C) 1996-2023 Free Software Foundation, Inc.
+dnl Copyright (C) 1996-2024 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 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+