X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pp.h;h=879f19e5322a6112ee615c07479a9ecb72a69687;hb=b5d30a8477a61b970a31cbc1a3c71ed99cd88a26;hp=ac64fe2c7cf77d9ef1fd7e4347bbcd484dc1219a;hpb=ccfc67b7b0a9fa9e1a1cbb2090b71ea33fc44ae7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pp.h b/pp.h index ac64fe2..879f19e 100644 --- a/pp.h +++ b/pp.h @@ -1,20 +1,12 @@ /* pp.h * - * Copyright (c) 1991-2001, Larry Wall + * Copyright (c) 1991-2002, Larry Wall * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. * */ -#ifdef USE_5005THREADS -#define ARGS thr -#define dARGS struct perl_thread *thr; -#else -#define ARGS -#define dARGS -#endif /* USE_5005THREADS */ - #define PP(s) OP * Perl_##s(pTHX) /*