diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-07-04 04:59:35 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-07-04 04:59:35 +0000 |
commit | 3dbbd0f5d38d873da0cc4a01718eb88e4dc6ae89 (patch) | |
tree | 68d449d830de25c927c350706149f260c9eaa484 /embed.pl | |
parent | fd89de3aad1f46316826050b187615df670e00d3 (diff) | |
download | perl-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-x | embed.pl | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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: |