X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pp.h;h=700d91a0d9949f7a1d5f026fb563dba6d85ebb76;hb=6a93df2e699ee31021f3373dcafbb41d67f7f951;hp=4474d1ad1cbcb12d32c47c12bbbbc74fe6d65af7;hpb=c4459e092c66d721ac4c970b6a939ccff66b5396;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pp.h b/pp.h index 4474d1a..700d91a 100644 --- a/pp.h +++ b/pp.h @@ -1,23 +1,18 @@ /* pp.h * - * Copyright (c) 1991-2001, Larry Wall + * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, + * 2000, 2001, by Larry Wall and others * * 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_THREADS -#define ARGS thr -#define dARGS struct perl_thread *thr; -#else -#define ARGS -#define dARGS -#endif /* USE_THREADS */ - #define PP(s) OP * Perl_##s(pTHX) /* +=head1 Stack Manipulation Macros + =for apidoc AmU||SP Stack pointer. This is usually handled by C. See C and C.