This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
First class regexps.
[perl5.git]
/
regcomp.c
diff --git
a/regcomp.c
b/regcomp.c
index
5a175ba
..
90b94a3
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-5209,7
+5209,7
@@
SV*
Perl_reg_qr_package(pTHX_ REGEXP * const rx)
{
PERL_UNUSED_ARG(rx);
- return
newSVpvs("Regexp")
;
+ return
NULL
;
}
/* Scans the name of a named buffer from the pattern.