summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-07-04 16:24:24 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-07-04 16:24:24 +0000
commit9bb8fa4d8ccca8c2de391a370dd92749d7f09354 (patch)
treeaf87cfb1669a2df2d928d2db68567cf6a6a02098 /embed.pl
parent80814d4c448093ff1bbffc8303aa2b382c1caa70 (diff)
parentf199104684ce3695f33e22530039c0b087f1a163 (diff)
downloadperl-9bb8fa4d8ccca8c2de391a370dd92749d7f09354.tar.gz
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@6305
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 55b24212ca..7e94a09146 100755
--- a/embed.pl
+++ b/embed.pl
@@ -2176,16 +2176,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: