X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perly.c;h=0c5b80a8e9febb1255f3a8bb04c7a1b7370e7255;hb=9a715e865e72ae0889250688904757201b677045;hp=9fd86d3108415183432c5818fd153a23dcd9f501;hpb=12bcd1a617c74d6ebf1dc3711b6a85be696dc9bb;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perly.c b/perly.c index 9fd86d3..0c5b80a8 100644 --- a/perly.c +++ b/perly.c @@ -6,7 +6,7 @@ #include "EXTERN.h" #define PERL_IN_PERLY_C #include "perl.h" -#ifdef EBCDIC +#if defined(EBCDIC) || defined(VMS) #undef YYDEBUG #endif #define dep() deprecate_old("\"do\" to call subroutines")