projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cf947d
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Fri, 6 May 1994 15:23:06 +0000
(15:23 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 6 May 1994 15:23:06 +0000
(15:23 +0000)
regex.c
patch
|
blob
|
history
diff --git
a/regex.c
b/regex.c
index bd8c80f2b41328b73867c8a1a5bfa90f782cc5a8..9e7145d2f63287b53cefb50b317b38afa72b8707 100644
(file)
--- a/
regex.c
+++ b/
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]