From 12bcd1a617c74d6ebf1dc3711b6a85be696dc9bb Mon Sep 17 00:00:00 2001 From: Paul Marquess Date: Mon, 4 Mar 2002 16:33:23 +0000 Subject: taint + deprecated warnings From: "Paul Marquess" Message-ID: p4raw-id: //depot/perl@15003 --- perly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perly.c') diff --git a/perly.c b/perly.c index 2d4d79e0b0..9fd86d3108 100644 --- a/perly.c +++ b/perly.c @@ -9,7 +9,7 @@ #ifdef EBCDIC #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 */ -- cgit v1.2.1