1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-06 22:31:13 -07: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,