diff options
author | Charles Lane <lane@DUPHY4.Physics.Drexel.Edu> | 2001-11-12 07:35:18 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-12 16:33:01 +0000 |
commit | 32af7c23a1c4abd006dd0f19ca383c1fcaddfdd9 (patch) | |
tree | 27826c419d4ba6758c31f4f5633a43af1fead6c6 /perlio.c | |
parent | 9b1c7707319e7631584ef9f5d258edf5657d488c (diff) | |
download | perl-32af7c23a1c4abd006dd0f19ca383c1fcaddfdd9.tar.gz |
[Patch Perl@12856] MULTIPLICITY on VMS
Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
p4raw-id: //depot/perl@12958
Diffstat (limited to 'perlio.c')
-rw-r--r-- | perlio.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -38,6 +38,11 @@ #define PERL_IN_PERLIO_C #include "perl.h" +#ifdef PERL_IMPLICIT_CONTEXT +#undef dSYS +#define dSYS dTHX +#endif + #include "XSUB.h" int |