summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pp.h b/pp.h
index abf6d9bf0b..dec43c7c82 100644
--- a/pp.h
+++ b/pp.h
@@ -129,6 +129,7 @@ Pops a long off the stack.
#define POPs (*sp--)
#define POPp (SvPVx(POPs, PL_na)) /* deprecated */
#define POPpx (SvPVx(POPs, n_a))
+#define POPpconstx (SvPVx_const(POPs, n_a))
#define POPpbytex (SvPVbytex(POPs, n_a))
#define POPn (SvNVx(POPs))
#define POPi ((IV)SvIVx(POPs))