summaryrefslogtreecommitdiff
path: root/pp.h
diff options
context:
space:
mode:
Diffstat (limited to 'pp.h')
-rw-r--r--pp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pp.h b/pp.h
index 828b7a2820..190b999cda 100644
--- a/pp.h
+++ b/pp.h
@@ -113,9 +113,15 @@ Pops a double off the stack.
=for apidoc Amn|IV|POPi
Pops an integer off the stack.
+=for apidoc Amn|UV|POPu
+Pops an unsigned integer off the stack.
+
=for apidoc Amn|long|POPl
Pops a long off the stack.
+=for apidoc Amn|long|POPul
+Pops an unsigned long off the stack.
+
=cut
*/