From: Jim Meyering Date: Fri, 6 May 1994 15:23:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-19.34~8495 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7babf5f60d22c04e6f9f573eb941d632da08607a;p=emacs.git *** empty log message *** --- diff --git a/src/regex.c b/src/regex.c index bd8c80f2b41..9e7145d2f63 100644 --- a/src/regex.c +++ b/src/regex.c @@ -4272,8 +4272,10 @@ re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop) } else if ((re_opcode_t) *p2 == charset) { +#ifdef DEBUG register unsigned char c = *p2 == (unsigned char) endline ? '\n' : p2[2]; +#endif if ((re_opcode_t) p1[3] == exactn && ! (p2[1] * BYTEWIDTH > p1[4]