diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-08-25 08:26:06 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-08-25 08:26:06 +0000 |
commit | e0f3aab312df60a890524c5b922f0c6525adaf18 (patch) | |
tree | 11dbf94b16c3de9756d62f43e113323d8d4d3883 /regex.c | |
parent | d0c1a3437e519fb0cd959ecb5e4634dee22303db (diff) | |
download | ruby-e0f3aab312df60a890524c5b922f0c6525adaf18.tar.gz ruby-e0f3aab312df60a890524c5b922f0c6525adaf18.tar.xz ruby-e0f3aab312df60a890524c5b922f0c6525adaf18.zip |
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regex.c')
-rw-r--r-- | regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |