]> git.eshelyaron.com Git - emacs.git/commit
Pacify -Wmissing-variable-declarations for lisp_malloc_user
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 14 Jul 2024 22:03:05 +0000 (23:03 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 17 Jul 2024 21:53:38 +0000 (23:53 +0200)
commit1f4307889a5853cc3b641549dd03243f24ddcb07
treecbc84b6a4183a2c990e3d6626714c26696394c22
parent360cfc1701fcbe6d0e2d10d42820a3bd81a1c07c
Pacify -Wmissing-variable-declarations for lisp_malloc_user

* src/alloc.c (lisp_malloc_user) [!USE_LSB_TAG]:
Provide extern decl.

(cherry picked from commit a4bafce01e605ddcfff7a4de018b50ad96ea6f8a)
src/alloc.c