diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-29 16:21:01 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-29 16:21:01 +0000 |
commit | 843ec94e643d29b857d63e836ccd79d1f121b005 (patch) | |
tree | 1b868d0c5c96d20cca71efd99dffd418b420a904 /win32 | |
parent | c69f112c145fabe210a7e2c5c2406baeea71af2f (diff) | |
parent | b6d9d5156d687f3cae117a057e9a67f4b5b33dc5 (diff) | |
download | perl-843ec94e643d29b857d63e836ccd79d1f121b005.tar.gz |
Integrate win32 into ansiperl
p4raw-id: //depot/ansiperl@332
Diffstat (limited to 'win32')
-rw-r--r-- | win32/perllib.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/perllib.c b/win32/perllib.c index c24941f111..848360698b 100644 --- a/win32/perllib.c +++ b/win32/perllib.c @@ -15,10 +15,6 @@ RunPerl(int argc, char **argv, char **env, void *iosubsystem) int exitstatus; PerlInterpreter *my_perl; -#ifdef USE_THREADS - MUTEX_INIT(&malloc_mutex); -#endif - PERL_SYS_INIT(&argc,&argv); perl_init_i18nl10n(1); |