X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perly_c.diff;h=c0db93ac4a30d9126939b5c94d86f7cb62c222a3;hb=24b5d5ccc3bc7535f387e48d7e29656751ae98a5;hp=5fac7106f251583198cf5cc326761a52f1f9aeef;hpb=0ddaf51316ca1bab139289c51c648ec8213a8af3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perly_c.diff b/perly_c.diff index 5fac710..c0db93a 100644 --- a/perly_c.diff +++ b/perly_c.diff @@ -1,5 +1,5 @@ -*** perly.c.orig ma 25 maalis 17.32.52 2002 ---- perly.c ma 25 maalis 17.32.53 2002 +*** perly.c.orig Tue Mar 26 01:38:52 2002 +--- perly.c Tue Mar 26 01:38:54 2002 *************** *** 1,5 **** #ifndef lint @@ -15,7 +15,7 @@ #line 16 "perly.y" *************** *** 9,15 **** - #if defined(EBCDIC) || defined(VMS) + #ifdef EBCDIC #undef YYDEBUG #endif ! #define dep() deprecate("\"do\" to call subroutines") @@ -23,7 +23,7 @@ /* stuff included here to make perly_c.diff apply better */ --- 9,15 ---- - #if defined(EBCDIC) || defined(VMS) + #ifdef EBCDIC #undef YYDEBUG #endif ! #define dep() deprecate_old("\"do\" to call subroutines")