From 85e4db5e5b50b059ecab1949b9b280a9d47b716c Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 26 Mar 1994 05:37:00 +0000 Subject: [PATCH] *** empty log message *** --- regex.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/regex.c b/regex.c index f047ecc3cf..60c6b3b005 100644 --- a/regex.c +++ b/regex.c @@ -4451,7 +4451,6 @@ re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop) goto fail; #ifdef emacs -#ifdef emacs19 case before_dot: DEBUG_PRINT1 ("EXECUTING before_dot.\n"); if (PTR_CHAR_POS ((unsigned char *) d) >= point) @@ -4469,7 +4468,7 @@ re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop) if (PTR_CHAR_POS ((unsigned char *) d) <= point) goto fail; break; -#else /* not emacs19 */ +#if 0 /* not emacs19 */ case at_dot: DEBUG_PRINT1 ("EXECUTING at_dot.\n"); if (PTR_CHAR_POS ((unsigned char *) d) + 1 != point) -- 2.30.2