summaryrefslogtreecommitdiff
path: root/pp.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2001-01-30 19:51:05 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-31 04:41:30 +0000
commit6b5cf476726d1211a4613e08098e4fefa978a353 (patch)
tree4499ee753d70cdb340b2f9cef699cb345c79c532 /pp.h
parent6626244ecadc8d7f02858b93ea099d259f31ecef (diff)
downloadperl-6b5cf476726d1211a4613e08098e4fefa978a353.tar.gz
Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
Message-ID: <20010130195105.R76607@plum.flirble.org> op/inc cure. p4raw-id: //depot/perl@8637
Diffstat (limited to 'pp.h')
-rw-r--r--pp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pp.h b/pp.h
index b05e6d068e..674f6c67ed 100644
--- a/pp.h
+++ b/pp.h
@@ -133,6 +133,7 @@ Pops a long off the stack.
#define TOPs (*sp)
#define TOPm1s (*(sp-1))
+#define TOPp1s (*(sp+1))
#define TOPp (SvPV(TOPs, PL_na)) /* deprecated */
#define TOPpx (SvPV(TOPs, n_a))
#define TOPn (SvNV(TOPs))