summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-07-04 04:50:07 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-07-04 04:50:07 +0000
commit80814d4c448093ff1bbffc8303aa2b382c1caa70 (patch)
tree4754ba18d1d2a2e6a52d2b74ef32d143814460e6 /proto.h
parentb0b407d10583e9cf91fd5f5f7c28712d2c30c70e (diff)
parentfd89de3aad1f46316826050b187615df670e00d3 (diff)
downloadperl-80814d4c448093ff1bbffc8303aa2b382c1caa70.tar.gz
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@6301
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/proto.h b/proto.h
index f251d2086b..893545a842 100644
--- a/proto.h
+++ b/proto.h
@@ -941,16 +941,15 @@ PERL_CALLCONV GP* Perl_gp_dup(pTHX_ GP* gp);
PERL_CALLCONV MAGIC* Perl_mg_dup(pTHX_ MAGIC* mg);
PERL_CALLCONV SV* Perl_sv_dup(pTHX_ SV* sstr);
#if defined(HAVE_INTERP_INTERN)
+PERL_CALLCONV void Perl_sys_intern_clear(pTHX);
PERL_CALLCONV void Perl_sys_intern_dup(pTHX_ struct interp_intern* src, struct interp_intern* dst);
+PERL_CALLCONV void Perl_sys_intern_init(pTHX);
#endif
PERL_CALLCONV PTR_TBL_t* Perl_ptr_table_new(pTHX);
PERL_CALLCONV void* Perl_ptr_table_fetch(pTHX_ PTR_TBL_t *tbl, void *sv);
PERL_CALLCONV void Perl_ptr_table_store(pTHX_ PTR_TBL_t *tbl, void *oldsv, void *newsv);
PERL_CALLCONV void Perl_ptr_table_split(pTHX_ PTR_TBL_t *tbl);
#endif
-#if defined(HAVE_INTERP_INTERN)
-PERL_CALLCONV void Perl_sys_intern_init(pTHX);
-#endif
#if defined(PERL_OBJECT)
protected: