]> Savannah Git Hosting - gnulib.git/commit
error: Work around an Android problem.
authorBruno Haible <bruno@clisp.org>
Thu, 12 Jan 2023 15:51:15 +0000 (16:51 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 12 Jan 2023 15:51:15 +0000 (16:51 +0100)
commit2886cca8398f4c5a4d68368a19c0e6d0ff97c739
treed6cd45115b52ff36fa55aa96dd87622de1bd5dfa
parentb95dc47291b5890653bc75169b1d38b5760ca1ea
error: Work around an Android problem.

* lib/error.in.h: Renamed from lib/error.h.
(_GL_ATTRIBUTE_SPEC_PRINTF_ERROR): New macro.
(error): Consider HAVE_ERROR and REPLACE_ERROR.
(error_at_line): Consider HAVE_ERROR_AT_LINE and REPLACE_ERROR_AT_LINE.
* m4/error_h.m4: New file, partially based on m4/error.m4.
* m4/error.m4 (gl_ERROR): Remove the test for error_at_line.
* modules/error-h: New file.
* modules/error (Files): Remove lib/error.h.
(Depends-on): Add error-h. Update conditions.
(configure.ac): Require gl_ERROR_H. Update condition.
* doc/glibc-headers/error.texi: Mention the 'error-h' module.
* doc/glibc-functions/error.texi: Mention the Android problem.
* config/srclist.txt: Add comment regarding error.h.
ChangeLog
config/srclist.txt
doc/glibc-functions/error.texi
doc/glibc-headers/error.texi
lib/error.h [deleted file]
lib/error.in.h [new file with mode: 0644]
m4/error.m4
m4/error_h.m4 [new file with mode: 0644]
modules/error
modules/error-h [new file with mode: 0644]