mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-29 08:31:35 -08:00
[emacs] (malloc, free): Define as xmalloc, and xfree.
This commit is contained in:
parent
e80f3932b6
commit
9abbd16515
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue