X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pp.h;h=9c805c68a0761d110493d26589c5a7dc14fe77cc;hb=404c68920bc89ad702536fbd16b3bceafd287acb;hp=1f0820a33925df4ffda52c8a06874c2b303f6d01;hpb=17ab79462074d95168fb4cd137197d4e6a0696b2;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pp.h b/pp.h index 1f0820a..9c805c6 100644 --- a/pp.h +++ b/pp.h @@ -65,7 +65,7 @@ Refetch the stack pointer. Used after a callback. See L. #define TOPMARK (*PL_markstack_ptr) #define POPMARK (*PL_markstack_ptr--) -#define dSP register SV **sp = PL_stack_sp +#define dSP SV **sp = PL_stack_sp #define djSP dSP #define dMARK register SV **mark = PL_stack_base + POPMARK #define dORIGMARK const I32 origmark = mark - PL_stack_base