summaryrefslogtreecommitdiff
path: root/src/regex.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-03-26 05:37:00 +0000
committerRichard M. Stallman <rms@gnu.org>1994-03-26 05:37:00 +0000
commit894c7394ab72eb794e382328ee57cc63686cc959 (patch)
treeb95a5d02adb2434512477378ae2ef946ff5df356 /src/regex.c
parent64b5b35d64333da1fe01b9070151e021c2029485 (diff)
downloademacs-894c7394ab72eb794e382328ee57cc63686cc959.tar.gz
*** empty log message ***
Diffstat (limited to 'src/regex.c')
-rw-r--r--src/regex.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regex.c b/src/regex.c
index f047ecc3cf2..60c6b3b0054 100644
--- a/src/regex.c
+++ b/src/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)