1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00: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 */