diff options
Diffstat (limited to 'bytecode.pl')
-rw-r--r-- | bytecode.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bytecode.pl b/bytecode.pl index dfd16aa249..32f20006c1 100644 --- a/bytecode.pl +++ b/bytecode.pl @@ -65,6 +65,7 @@ EOT open(BYTERUN_C, ">ext/ByteLoader/byterun.c") or die "ext/ByteLoader/byterun.c: $!"; print BYTERUN_C $c_header, <<'EOT'; +#define PERL_NO_GET_CONTEXT #include "EXTERN.h" #include "perl.h" #define NO_XSLOCKS |