diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2006-04-13 02:20:33 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2006-04-13 02:20:33 +0000 |
commit | 32fc9b6af894c845c5b239287596b88571b3fcdf (patch) | |
tree | c9a5e552ccc8ea5dfe769e9e89ec28bd967d6145 /pod | |
parent | 3a2830bee4dd1d02a42b80355c401107dd195eeb (diff) | |
download | perl-32fc9b6af894c845c5b239287596b88571b3fcdf.tar.gz |
eliminate PL_reg_re
(only another 439 to go ...)
p4raw-id: //depot/perl@27783
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlintern.pod | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/pod/perlintern.pod b/pod/perlintern.pod index 402befd82d..3190e0948c 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -485,26 +485,6 @@ in C<struct refcounted_he *>. =for hackers Found in file hv.c -=item refcounted_he_copy -X<refcounted_he_copy> - -Copies a chain of C<struct refcounted_he *>. Used by C<pp_entereval>. - - struct refcounted_he * refcounted_he_copy(const struct refcounted_he *he) - -=for hackers -Found in file hv.c - -=item refcounted_he_dup -X<refcounted_he_dup> - -Duplicates the C<struct refcounted_he *> for a new thread. - - struct refcounted_he * refcounted_he_dup(const struct refcounted_he *const he, CLONE_PARAMS* param) - -=for hackers -Found in file hv.c - =item refcounted_he_free X<refcounted_he_free> |