emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/regex.c [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/regex.c [lexbind]
Date: Tue, 06 Jul 2004 07:13:06 -0400

Index: emacs/src/regex.c
diff -c emacs/src/regex.c:1.176.2.2 emacs/src/regex.c:1.176.2.3
*** emacs/src/regex.c:1.176.2.2 Tue Jul  6 08:50:28 2004
--- emacs/src/regex.c   Tue Jul  6 09:14:37 2004
***************
*** 4661,4667 ****
      case wordbeg:
      case syntaxspec:
        return ((re_opcode_t) *p1 == notsyntaxspec
!             && p1[1] == (op2 == wordend ? Sword : p2[1]));
  
      case wordbound:
        return (((re_opcode_t) *p1 == notsyntaxspec
--- 4661,4667 ----
      case wordbeg:
      case syntaxspec:
        return ((re_opcode_t) *p1 == notsyntaxspec
!             && p1[1] == (op2 == wordbeg ? Sword : p2[1]));
  
      case wordbound:
        return (((re_opcode_t) *p1 == notsyntaxspec




reply via email to

[Prev in Thread] Current Thread [Next in Thread]