diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-05-11 03:39:07 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-05-11 03:39:07 +0000 |
commit | 52853b95ebed443e023862f2a1db2614404699e5 (patch) | |
tree | 716f2d199f85543401f4e5818d0eaa6d67d6baf1 /global.sym | |
parent | b4bcd66247e5bc9051bd228e0f63bc1a5ffcf2a7 (diff) | |
download | perl-52853b95ebed443e023862f2a1db2614404699e5.tar.gz |
PL_sys_intern was being initialized too late on windows
p4raw-id: //depot/perl@6104
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 8aca76e69b..796f8513d4 100644 --- a/global.sym +++ b/global.sym @@ -540,3 +540,4 @@ Perl_ptr_table_new Perl_ptr_table_fetch Perl_ptr_table_store Perl_ptr_table_split +Perl_sys_intern_init |