summaryrefslogtreecommitdiffstats
path: root/regex.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-11-10 08:52:23 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-11-10 08:52:23 +0000
commitc317efff86a1ebc4bbd61e05c854fc1d5bfb2efe (patch)
tree5eaeb3c02aebf65d16b2eb4583c005e712e0f624 /regex.c
parent09317d816881676b968e000ffd60b5fd5c290184 (diff)
downloadruby-c317efff86a1ebc4bbd61e05c854fc1d5bfb2efe.tar.gz
ruby-c317efff86a1ebc4bbd61e05c854fc1d5bfb2efe.tar.xz
ruby-c317efff86a1ebc4bbd61e05c854fc1d5bfb2efe.zip
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/regex.c b/regex.c
index 3287fc320..d4c1c2a91 100644
--- a/regex.c
+++ b/regex.c
@@ -3766,7 +3766,6 @@ re_match(bufp, string_arg, size, pos, regs)
case start_nowidth:
PUSH_FAILURE_POINT(0, d);
- printf("%d > %d\n", stackp - stackb, RE_DUP_MAX);
if (stackp - stackb > RE_DUP_MAX) {
FREE_AND_RETURN(stackb,(-2));
}