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:
parent
6437ca0426
commit
64e3c718c6
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@
|
|||
#include "category.h"
|
||||
|
||||
#define malloc xmalloc
|
||||
#define realloc xrealloc
|
||||
#define free xfree
|
||||
|
||||
#else /* not emacs */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue