1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00

(realloc) <emacs>: Define to xrealloc.

This commit is contained in:
Andreas Schwab 1998-04-15 09:39:40 +00:00
parent 6437ca0426
commit 64e3c718c6

View file

@ -68,6 +68,7 @@
#include "category.h"
#define malloc xmalloc
#define realloc xrealloc
#define free xfree
#else /* not emacs */