mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d68d1d1584
commit
df9d49d088
8 changed files with 80 additions and 47 deletions
2
regex.c
2
regex.c
|
@ -3550,7 +3550,7 @@ re_match(bufp, string_arg, size, pos, regs)
|
|||
stacke = &stackb[MAX_NUM_FAILURE_ITEMS * NFAILURES];
|
||||
|
||||
#ifdef DEBUG_REGEX
|
||||
fprintf(stderr, "Entering re_match(%s%s)\n", string1_arg, string2_arg);
|
||||
fprintf(stderr, "Entering re_match(%s)\n", string_arg);
|
||||
#endif
|
||||
|
||||
/* Initialize subexpression text positions to -1 to mark ones that no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue