X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perly.c;h=0c5b80a8e9febb1255f3a8bb04c7a1b7370e7255;hb=9a715e865e72ae0889250688904757201b677045;hp=2d4d79e0b0095a1583979ad5cf8bc06de7f14c10;hpb=acfe0abcedaf592fb4b9cb69ce3468308ae99d91;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perly.c b/perly.c index 2d4d79e..0c5b80a8 100644 --- a/perly.c +++ b/perly.c @@ -6,10 +6,10 @@ #include "EXTERN.h" #define PERL_IN_PERLY_C #include "perl.h" -#ifdef EBCDIC +#if defined(EBCDIC) || defined(VMS) #undef YYDEBUG #endif -#define dep() deprecate("\"do\" to call subroutines") +#define dep() deprecate_old("\"do\" to call subroutines") /* stuff included here to make perly_c.diff apply better */