]> git.eshelyaron.com Git - emacs.git/commitdiff
(realloc) <emacs>: Define to xrealloc.
authorAndreas Schwab <schwab@suse.de>
Wed, 15 Apr 1998 09:39:40 +0000 (09:39 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 15 Apr 1998 09:39:40 +0000 (09:39 +0000)
src/regex.c

index 940c95f448ac20b40ff9652d9706e790e4d1d16b..f8e2dcb27f5fc4b11753f8142dd20b4f147d016a 100644 (file)
@@ -68,6 +68,7 @@
 #include "category.h"
 
 #define malloc xmalloc
+#define realloc xrealloc
 #define free xfree
 
 #else  /* not emacs */