mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-08 16:52:40 -08:00
Pacify -Wmissing-variable-declarations for lisp_malloc_user
* src/alloc.c (lisp_malloc_user) [!USE_LSB_TAG]: Provide extern decl.
This commit is contained in:
parent
31517e81d0
commit
a4bafce01e
1 changed files with 1 additions and 0 deletions
|
|
@ -998,6 +998,7 @@ record_xmalloc (size_t size)
|
|||
allocated memory block (for strings, for conses, ...). */
|
||||
|
||||
#if ! USE_LSB_TAG
|
||||
extern void *lisp_malloc_loser;
|
||||
void *lisp_malloc_loser EXTERNALLY_VISIBLE;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue