]> Savannah Git Hosting - gnulib.git/commit
realloc-posix: Fix link error (regression 2024-11-04).
authorBruno Haible <bruno@clisp.org>
Mon, 11 Nov 2024 08:02:23 +0000 (09:02 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 11 Nov 2024 08:05:54 +0000 (09:05 +0100)
commit7368d3b7ed5a1c8446035230b747756c876a27c8
treea487f6191b97166ca4f0750a898740230a6ae123
parentf4a6852178f4d0471a1117d028af42af6cd68a12
realloc-posix: Fix link error (regression 2024-11-04).

* doc/extern-inline.texi (extern inline): Mention that one needs a
*_INLINE macro per compilation unit.
* lib/stdlib.in.h (_GL_REALLOC_INLINE): New macro.
(rpl_realloc): Use it. Don't test IN_GNULIB_TESTS.
* lib/realloc.c (_GL_REALLOC_INLINE): Define.
ChangeLog
doc/extern-inline.texi
lib/realloc.c
lib/stdlib.in.h