This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add PERL_NO_GET_CONTEXT to NamedCapture.xs
authorNicholas Clark <nick@ccl4.org>
Tue, 8 Mar 2011 20:14:11 +0000 (20:14 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 8 Mar 2011 21:32:36 +0000 (21:32 +0000)
ext/Tie-Hash-NamedCapture/NamedCapture.xs

index 1956b50..8a767c5 100644 (file)
@@ -1,3 +1,4 @@
+#define PERL_NO_GET_CONTEXT     /* we want efficiency */
 #include "EXTERN.h"
 #include "perl.h"
 #include "XSUB.h"