summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-03-08 20:14:11 +0000
committerNicholas Clark <nick@ccl4.org>2011-03-08 21:32:36 +0000
commit5322d43eec5f30a4b16c8bac6ae324f91deab5f5 (patch)
tree1125abd52db2ba3ef1334f01b48bdd6e411d25c0 /ext
parent63f281fa1e421520fab564bf3362bf3b7082b2c7 (diff)
downloadperl-5322d43eec5f30a4b16c8bac6ae324f91deab5f5.tar.gz
Add PERL_NO_GET_CONTEXT to NamedCapture.xs
Diffstat (limited to 'ext')
-rw-r--r--ext/Tie-Hash-NamedCapture/NamedCapture.xs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Tie-Hash-NamedCapture/NamedCapture.xs b/ext/Tie-Hash-NamedCapture/NamedCapture.xs
index 1956b50042..8a767c5e91 100644
--- a/ext/Tie-Hash-NamedCapture/NamedCapture.xs
+++ b/ext/Tie-Hash-NamedCapture/NamedCapture.xs
@@ -1,3 +1,4 @@
+#define PERL_NO_GET_CONTEXT /* we want efficiency */
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"