/[emacs]/emacs/src/regex.c
ViewVC logotype

Diff of /emacs/src/regex.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.176.2.2 by miles, Tue Jul 6 08:50:28 2004 UTC revision 1.176.2.3 by miles, Tue Jul 6 09:14:37 2004 UTC
# Line 4661  mutually_exclusive_p (bufp, p1, p2) Line 4661  mutually_exclusive_p (bufp, p1, p2)
4661      case wordbeg:      case wordbeg:
4662      case syntaxspec:      case syntaxspec:
4663        return ((re_opcode_t) *p1 == notsyntaxspec        return ((re_opcode_t) *p1 == notsyntaxspec
4664                && p1[1] == (op2 == wordend ? Sword : p2[1]));                && p1[1] == (op2 == wordbeg ? Sword : p2[1]));
4665    
4666      case wordbound:      case wordbound:
4667        return (((re_opcode_t) *p1 == notsyntaxspec        return (((re_opcode_t) *p1 == notsyntaxspec

Legend:
Removed from v.1.176.2.2  
changed lines
  Added in v.1.176.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26