projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dc12ef
)
[emacs] (malloc, free): Define as xmalloc, and xfree.
author
Richard Stallman
<rms@gnu.org>
Thu, 7 Nov 1996 21:13:22 +0000
(21:13 +0000)
committer
Richard Stallman
<rms@gnu.org>
Thu, 7 Nov 1996 21:13:22 +0000
(21:13 +0000)
regex.c
patch
|
blob
|
history
diff --git
a/regex.c
b/regex.c
index 4f222a5e42e32d4f8d4cbe18517f3d3065d86fac..e26641bfcd9cb05ff7223fd020353f40ac14626d 100644
(file)
--- a/
regex.c
+++ b/
regex.c
@@
-55,6
+55,9
@@
#include "buffer.h"
#include "syntax.h"
+#define malloc xmalloc
+#define free xfree
+
#else /* not emacs */
/* If we are not linking with Emacs proper,