summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-07-04 04:59:35 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-07-04 04:59:35 +0000
commit3dbbd0f5d38d873da0cc4a01718eb88e4dc6ae89 (patch)
tree68d449d830de25c927c350706149f260c9eaa484 /embed.pl
parentfd89de3aad1f46316826050b187615df670e00d3 (diff)
downloadperl-3dbbd0f5d38d873da0cc4a01718eb88e4dc6ae89.tar.gz
adjust change#6299
p4raw-link: @6299 on //depot/perl: 6c644e7885bc20d759d8cbcb4abaa8f14113c03b p4raw-id: //depot/perl@6302
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/embed.pl b/embed.pl
index d7605761ee..0859a67fd1 100755
--- a/embed.pl
+++ b/embed.pl
@@ -2155,16 +2155,18 @@ Ap |GP* |gp_dup |GP* gp
Ap |MAGIC* |mg_dup |MAGIC* mg
Ap |SV* |sv_dup |SV* sstr
#if defined(HAVE_INTERP_INTERN)
-Ap |void |sys_intern_clear
Ap |void |sys_intern_dup |struct interp_intern* src \
|struct interp_intern* dst
-Ap |void |sys_intern_init
#endif
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
#endif
+#if defined(HAVE_INTERP_INTERN)
+Ap |void |sys_intern_clear
+Ap |void |sys_intern_init
+#endif
#if defined(PERL_OBJECT)
protected: