summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorDoug MacEachern <dougm@covalent.net>2001-02-07 11:18:52 -0800
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-02-08 19:15:58 +0000
commita0739874a58147af36c59eb6d5d23113ccab3a9e (patch)
tree17b80f13dfbdc83c0fbca6ec852a2443ad2c1c0c /embed.pl
parent2eec1a1ed8f4ac423d53f3e0bb68e0581ea99aab (diff)
downloadperl-a0739874a58147af36c59eb6d5d23113ccab3a9e.tar.gz
Re: [patch] Re: PL_ptr_table
Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net> p4raw-id: //depot/perl@8713
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed.pl b/embed.pl
index 1b8b7b0e15..b8f26f5c3d 100755
--- a/embed.pl
+++ b/embed.pl
@@ -2209,6 +2209,8 @@ Ap |PTR_TBL_t*|ptr_table_new
Ap |void* |ptr_table_fetch|PTR_TBL_t *tbl|void *sv
Ap |void |ptr_table_store|PTR_TBL_t *tbl|void *oldsv|void *newsv
Ap |void |ptr_table_split|PTR_TBL_t *tbl
+Ap |void |ptr_table_clear|PTR_TBL_t *tbl
+Ap |void |ptr_table_free|PTR_TBL_t *tbl
#endif
#if defined(HAVE_INTERP_INTERN)
Ap |void |sys_intern_clear