]> Savannah Git Hosting - gnulib.git/commit
error: Fix support for library namespacing (regression 2023-05-27).
authorBruno Haible <bruno@clisp.org>
Sun, 4 Jun 2023 17:27:48 +0000 (19:27 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 4 Jun 2023 17:27:48 +0000 (19:27 +0200)
commit4b11de31a3b3e81b9c3a0b12c9f2924aefa1d84e
treeb0511429f5ee05ef77bcc244b07be9ff4c243529
parent8ef4927973425455b5c6b05ce2f01bf68548ab4f
error: Fix support for library namespacing (regression 2023-05-27).

* lib/error.in.h (error): If error is defined as a macro, define a
static inline function _gl_inline_error that invokes it, and let the
new error macro invoke that function.
(error_at_line): If error_at_line is defined as a macro, define a static
inline function _gl_inline_error_at_line that invokes it, and let the
new error_at_line macro invoke that function.
ChangeLog
lib/error.in.h