diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-06-09 09:23:55 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-06-09 09:23:55 +0000 |
commit | 184499a4602df8db11cc21d3722c3594137afffe (patch) | |
tree | 31ddfa60b6dd1b76ddfdcbe8167445c52144afd9 /pod/perlapi.pod | |
parent | 9559c671f3e2a4bd22baf6b5dc04d6c0363fbe69 (diff) | |
download | perl-184499a4602df8db11cc21d3722c3594137afffe.tar.gz |
Update API docs.
p4raw-id: //depot/perl@24776
Diffstat (limited to 'pod/perlapi.pod')
-rw-r--r-- | pod/perlapi.pod | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 86d97ff99f..80990d1699 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -2441,8 +2441,7 @@ Found in file pp.h =item POPp -Pops a string off the stack. Deprecated. New code should provide -a STRLEN n_a and use POPpx. +Pops a string off the stack. Deprecated. New code should use POPpx. char* POPp @@ -2452,7 +2451,6 @@ Found in file pp.h =item POPpbytex Pops a string off the stack which must consist of bytes i.e. characters < 256. -Requires a variable STRLEN n_a in scope. char* POPpbytex @@ -2462,7 +2460,6 @@ Found in file pp.h =item POPpx Pops a string off the stack. -Requires a variable STRLEN n_a in scope. char* POPpx |