projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2db486e
)
Fix conditional.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 17 Jul 1995 23:24:57 +0000
(23:24 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 17 Jul 1995 23:24:57 +0000
(23:24 +0000)
regex.c
patch
|
blob
|
history
diff --git
a/regex.c
b/regex.c
index 1af5ab0edca01ddf91020d84f2e35ccb75dd5efb..9bb15d7366ed686a67917c2d1f194fcc36b6e93e 100644
(file)
--- a/
regex.c
+++ b/
regex.c
@@
-260,7
+260,7
@@
char *alloca ();
/* Define how to allocate the failure stack. */
-#if defined (REL_ALLOC) &&
!
defined (REGEX_MALLOC)
+#if defined (REL_ALLOC) && defined (REGEX_MALLOC)
#define REGEX_ALLOCATE_STACK(size) \
r_alloc (&failure_stack_ptr, (size))