X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pp.h;h=879f19e5322a6112ee615c07479a9ecb72a69687;hb=b5d30a8477a61b970a31cbc1a3c71ed99cd88a26;hp=9a909c8157199c1abcdd4dc1a88589ed6bb9b499;hpb=eb1102fcca2230364ceadea29bd8e87ee51b15fa;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pp.h b/pp.h index 9a909c8..879f19e 100644 --- a/pp.h +++ b/pp.h @@ -7,14 +7,6 @@ * */ -#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) /*