mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-01 08:17:38 +00:00
(realloc) <emacs>: Define to xrealloc.
This commit is contained in:
parent
6437ca0426
commit
64e3c718c6
@ -68,6 +68,7 @@
|
||||
#include "category.h"
|
||||
|
||||
#define malloc xmalloc
|
||||
#define realloc xrealloc
|
||||
#define free xfree
|
||||
|
||||
#else /* not emacs */
|
||||
|
Loading…
Reference in New Issue
Block a user