aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-05-22 08:16:25 +0000
committerJim Blandy1993-05-22 08:16:25 +0000
commite18814622b34a17e3cf8b7311798ce6b0ca79c95 (patch)
tree98d65b8d84705b11066a24e61afcd8a55852f49a /src
parentfaf5e4076983788a6af13a0b9d98224b30500f3c (diff)
downloademacs-e18814622b34a17e3cf8b7311798ce6b0ca79c95.tar.gz
emacs-e18814622b34a17e3cf8b7311798ce6b0ca79c95.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/regex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex.c b/src/regex.c
index cbf203b03b1..2977cb4ecda 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -883,7 +883,7 @@ static const char *re_error_msg[] =
883 ralloc heap) shift the data out from underneath the regexp 883 ralloc heap) shift the data out from underneath the regexp
884 routines. */ 884 routines. */
885#if defined (REL_ALLOC) 885#if defined (REL_ALLOC)
886#if ! defined (HAVE_ALLOCA) || defined (C_ALLOCA) 886#if defined (C_ALLOCA)
887#define MATCH_SHOULD_NOT_ALLOCA 887#define MATCH_SHOULD_NOT_ALLOCA
888#endif 888#endif
889#endif 889#endif
@@ -924,7 +924,7 @@ typedef struct
924 924
925/* Initialize `fail_stack'. Do `return -2' if the alloc fails. */ 925/* Initialize `fail_stack'. Do `return -2' if the alloc fails. */
926 926
927#ifdef MATCH_SHOULD_NOT_ALLOCA 927#ifndef MATCH_SHOULD_NOT_ALLOCA
928#define INIT_FAIL_STACK() \ 928#define INIT_FAIL_STACK() \
929 do { \ 929 do { \
930 fail_stack.stack = (fail_stack_elt_t *) \ 930 fail_stack.stack = (fail_stack_elt_t *) \