mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-01 08:17:38 +00:00
[emacs] (malloc, free): Define as xmalloc, and xfree.
This commit is contained in:
parent
e80f3932b6
commit
9abbd16515
@ -55,6 +55,9 @@
|
||||
#include "buffer.h"
|
||||
#include "syntax.h"
|
||||
|
||||
#define malloc xmalloc
|
||||
#define free xfree
|
||||
|
||||
#else /* not emacs */
|
||||
|
||||
/* If we are not linking with Emacs proper,
|
||||
|
Loading…
Reference in New Issue
Block a user