diff options
author | Jim Meyering <jim@meyering.net> | 1994-05-06 15:23:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-05-06 15:23:06 +0000 |
commit | cf7b35e41f93523db4a53f4b9c4fc82600f8fe99 (patch) | |
tree | 93227d4c5d270107bfdfd665658365a1c85c6e62 /src/regex.c | |
parent | ccf0a320cc70157757545fa13ba8fb5b3367472b (diff) | |
download | emacs-cf7b35e41f93523db4a53f4b9c4fc82600f8fe99.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/regex.c')
-rw-r--r-- | src/regex.c | 2 |
1 files changed, 2 insertions, 0 deletions
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] |