summaryrefslogtreecommitdiff
path: root/pod/perlapi.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-04-30 21:27:20 +0000
committerNicholas Clark <nick@ccl4.org>2006-04-30 21:27:20 +0000
commitb47163a2906cf2ff40db5092eaa4c948dd1e63f0 (patch)
tree0d03b0ad1e7e423ddc76edfbe65bacd7b96f9962 /pod/perlapi.pod
parentce399ba62db9cda174a31da7c5310c71b8a9adc4 (diff)
downloadperl-b47163a2906cf2ff40db5092eaa4c948dd1e63f0.tar.gz
Perl_pack_cat() is a mathom too!
p4raw-id: //depot/perl@28031
Diffstat (limited to 'pod/perlapi.pod')
-rw-r--r--pod/perlapi.pod22
1 files changed, 11 insertions, 11 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod
index 88f64435e2..9cbf85472e 100644
--- a/pod/perlapi.pod
+++ b/pod/perlapi.pod
@@ -768,6 +768,17 @@ See L<gv_fetchmethod_autoload>.
=for hackers
Found in file mathoms.c
+=item pack_cat
+X<pack_cat>
+
+The engine implementing pack() Perl function. Note: parameters next_in_list and
+flags are not used. This call should not be used; use packlist instead.
+
+ void pack_cat(SV *cat, const char *pat, const char *patend, SV **beglist, SV **endlist, SV ***next_in_list, U32 flags)
+
+=for hackers
+Found in file mathoms.c
+
=item sv_2pvbyte_nolen
X<sv_2pvbyte_nolen>
@@ -1035,17 +1046,6 @@ The engine implementing pack() Perl function.
=for hackers
Found in file pp_pack.c
-=item pack_cat
-X<pack_cat>
-
-The engine implementing pack() Perl function. Note: parameters next_in_list and
-flags are not used. This call should not be used; use packlist instead.
-
- void pack_cat(SV *cat, const char *pat, const char *patend, SV **beglist, SV **endlist, SV ***next_in_list, U32 flags)
-
-=for hackers
-Found in file pp_pack.c
-
=item unpackstring
X<unpackstring>