diff options
| author | Richard M. Stallman | 1994-03-26 05:37:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-03-26 05:37:00 +0000 |
| commit | 5b5bb5e486eccb82d10174a96cee31078637eabf (patch) | |
| tree | 46f30c7673b2faca9f040c00eb61636d98132200 /src/regex.c | |
| parent | c3a29d704faffd41a31a77093f9cb4efd1f51557 (diff) | |
| download | emacs-5b5bb5e486eccb82d10174a96cee31078637eabf.tar.gz emacs-5b5bb5e486eccb82d10174a96cee31078637eabf.zip | |
*** empty log message ***
Diffstat (limited to 'src/regex.c')
| -rw-r--r-- | src/regex.c | 3 |
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) | |||
| 4451 | goto fail; | 4451 | goto fail; |
| 4452 | 4452 | ||
| 4453 | #ifdef emacs | 4453 | #ifdef emacs |
| 4454 | #ifdef emacs19 | ||
| 4455 | case before_dot: | 4454 | case before_dot: |
| 4456 | DEBUG_PRINT1 ("EXECUTING before_dot.\n"); | 4455 | DEBUG_PRINT1 ("EXECUTING before_dot.\n"); |
| 4457 | if (PTR_CHAR_POS ((unsigned char *) d) >= point) | 4456 | if (PTR_CHAR_POS ((unsigned char *) d) >= point) |
| @@ -4469,7 +4468,7 @@ re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop) | |||
| 4469 | if (PTR_CHAR_POS ((unsigned char *) d) <= point) | 4468 | if (PTR_CHAR_POS ((unsigned char *) d) <= point) |
| 4470 | goto fail; | 4469 | goto fail; |
| 4471 | break; | 4470 | break; |
| 4472 | #else /* not emacs19 */ | 4471 | #if 0 /* not emacs19 */ |
| 4473 | case at_dot: | 4472 | case at_dot: |
| 4474 | DEBUG_PRINT1 ("EXECUTING at_dot.\n"); | 4473 | DEBUG_PRINT1 ("EXECUTING at_dot.\n"); |
| 4475 | if (PTR_CHAR_POS ((unsigned char *) d) + 1 != point) | 4474 | if (PTR_CHAR_POS ((unsigned char *) d) + 1 != point) |