summaryrefslogtreecommitdiff
path: root/perlapi.c
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-02-08 19:29:07 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-02-08 19:29:07 +0000
commit690cf326c97f734cee3f458d1ac6808f74528c17 (patch)
tree7f1a01526f7cfd8056d3d693018f12de1f8eabe4 /perlapi.c
parent53186e96e390e4859691de94902f13ebf1e5aef0 (diff)
downloadperl-690cf326c97f734cee3f458d1ac6808f74528c17.tar.gz
Generated files form 8713 etc.
p4raw-id: //depot/perl@8716
Diffstat (limited to 'perlapi.c')
-rw-r--r--perlapi.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/perlapi.c b/perlapi.c
index 04d48b92b5..4cdb104580 100644
--- a/perlapi.c
+++ b/perlapi.c
@@ -4058,6 +4058,20 @@ Perl_ptr_table_split(pTHXo_ PTR_TBL_t *tbl)
{
((CPerlObj*)pPerl)->Perl_ptr_table_split(tbl);
}
+
+#undef Perl_ptr_table_clear
+void
+Perl_ptr_table_clear(pTHXo_ PTR_TBL_t *tbl)
+{
+ ((CPerlObj*)pPerl)->Perl_ptr_table_clear(tbl);
+}
+
+#undef Perl_ptr_table_free
+void
+Perl_ptr_table_free(pTHXo_ PTR_TBL_t *tbl)
+{
+ ((CPerlObj*)pPerl)->Perl_ptr_table_free(tbl);
+}
#endif
#if defined(HAVE_INTERP_INTERN)