projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0038704
)
Add TOPm1s to peek at the second topmost stack item.
Jarkko Hietaniemi [Tue, 5 Dec 2000 23:53:12 +0000 (23:53 +0000)]
p4raw-id: //depot/perl@8006
pp.h
patch
|
blob
|
blame
|
history
diff --git
a/pp.h
b/pp.h
index
2226c20
..
5e531da
100644
(file)
--- a/
pp.h
+++ b/
pp.h
@@
-126,6
+126,7
@@
Pops a long off the stack.
#endif
#define TOPs (*sp)
+#define TOPm1s (*(sp-1))
#define TOPp (SvPV(TOPs, PL_na)) /* deprecated */
#define TOPpx (SvPV(TOPs, n_a))
#define TOPn (SvNV(TOPs))