projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
079ec86
)
[! emacs]: #undef REL_ALLOC.
author
Richard Stallman
<rms@gnu.org>
Sat, 6 May 1995 20:14:52 +0000
(20:14 +0000)
committer
Richard Stallman
<rms@gnu.org>
Sat, 6 May 1995 20:14:52 +0000
(20:14 +0000)
regex.c
patch
|
blob
|
history
diff --git
a/regex.c
b/regex.c
index d191df63f53b716109f6a4b3b17c3d26f9bfaac0..3c0392a59a0504de605d2d13e5478c4faba00c8b 100644
(file)
--- a/
regex.c
+++ b/
regex.c
@@
-51,6
+51,11
@@
#else /* not emacs */
+/* If we are not linking with Emacs proper,
+ we can't use the relocating allocator
+ even if config.h says that we can. */
+#undef REL_ALLOC
+
#ifdef STDC_HEADERS
#include <stdlib.h>
#else