summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-06-18 14:46:08 +0200
committerNicholas Clark <nick@ccl4.org>2011-06-22 16:53:51 +0200
commitc30da3b57e0addb39aff7c8cfe99fcbb8c8ce9f4 (patch)
treea78c925a7ad91549e77fc576d83fcd01d6a6ebbb /dist
parent5ec06e76dc20e3154110c2955f25db63f00c527d (diff)
downloadperl-c30da3b57e0addb39aff7c8cfe99fcbb8c8ce9f4.tar.gz
Add PERL_NO_GET_CONTEXT to Cwd.
Diffstat (limited to 'dist')
-rw-r--r--dist/Cwd/Cwd.xs2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/Cwd/Cwd.xs b/dist/Cwd/Cwd.xs
index 421c9df8b4..ade4e3681d 100644
--- a/dist/Cwd/Cwd.xs
+++ b/dist/Cwd/Cwd.xs
@@ -1,3 +1,5 @@
+#define PERL_NO_GET_CONTEXT
+
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"