projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63b027f
)
(realloc) <emacs>: Define to xrealloc.
author
Andreas Schwab
<schwab@suse.de>
Wed, 15 Apr 1998 09:39:40 +0000
(09:39 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 15 Apr 1998 09:39:40 +0000
(09:39 +0000)
regex.c
patch
|
blob
|
history
diff --git
a/regex.c
b/regex.c
index 940c95f448ac20b40ff9652d9706e790e4d1d16b..f8e2dcb27f5fc4b11753f8142dd20b4f147d016a 100644
(file)
--- a/
regex.c
+++ b/
regex.c
@@
-68,6
+68,7
@@
#include "category.h"
#define malloc xmalloc
+#define realloc xrealloc
#define free xfree
#else /* not emacs */