diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-12-28 09:59:06 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-12-28 09:59:06 +0000 |
commit | 5c35adbb8fc4c988807097c4d379e2485ada5865 (patch) | |
tree | 68cb0d31f61fbabefe05d3673ae29eefe3550118 /regcomp.c | |
parent | 662f1f9e0a1bbee45e1e02386151364c8517604e (diff) | |
download | perl-5c35adbb8fc4c988807097c4d379e2485ada5865.tar.gz |
First class regexps.
p4raw-id: //depot/perl@32751
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |