diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c index a145183510d..a518ef81a0c 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -4661,7 +4661,7 @@ mutually_exclusive_p (bufp, p1, p2) | |||
| 4661 | case wordbeg: | 4661 | case wordbeg: |
| 4662 | case syntaxspec: | 4662 | case syntaxspec: |
| 4663 | return ((re_opcode_t) *p1 == notsyntaxspec | 4663 | return ((re_opcode_t) *p1 == notsyntaxspec |
| 4664 | && p1[1] == (op2 == wordend ? Sword : p2[1])); | 4664 | && p1[1] == (op2 == wordbeg ? Sword : p2[1])); |
| 4665 | 4665 | ||
| 4666 | case wordbound: | 4666 | case wordbound: |
| 4667 | return (((re_opcode_t) *p1 == notsyntaxspec | 4667 | return (((re_opcode_t) *p1 == notsyntaxspec |