projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7f4f6da
)
re 'debug' was broken by #9084.
Jarkko Hietaniemi [Thu, 26 Apr 2001 00:11:56 +0000 (
00:11
+0000)]
p4raw-id: //depot/perl@9846
ext/re/re.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/re/re.xs
b/ext/re/re.xs
index
5ee333b
..
e9a9cab
100644
(file)
--- a/
ext/re/re.xs
+++ b/
ext/re/re.xs
@@
-43,7
+43,7
@@
install(pTHX)
PL_regint_string = &my_re_intuit_string;
PL_regfree = &my_regfree;
oldfl = PL_debug & DEBUG_r_FLAG;
- PL_debug |= ~DEBUG_r_FLAG;
+ PL_debug |= DEBUG_r_FLAG;
}
MODULE = re PACKAGE = re