summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-05-11 03:39:07 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-05-11 03:39:07 +0000
commit52853b95ebed443e023862f2a1db2614404699e5 (patch)
tree716f2d199f85543401f4e5818d0eaa6d67d6baf1 /embed.pl
parentb4bcd66247e5bc9051bd228e0f63bc1a5ffcf2a7 (diff)
downloadperl-52853b95ebed443e023862f2a1db2614404699e5.tar.gz
PL_sys_intern was being initialized too late on windows
p4raw-id: //depot/perl@6104
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/embed.pl b/embed.pl
index eb7e38c8a1..bbea4dc123 100755
--- a/embed.pl
+++ b/embed.pl
@@ -2161,6 +2161,9 @@ 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_init
+#endif
#if defined(PERL_OBJECT)
protected: