1
0
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:
Richard M. Stallman 1996-11-07 21:13:22 +00:00
parent e80f3932b6
commit 9abbd16515

View File

@ -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,