diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-11 09:34:13 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-11 09:34:13 +0000 |
commit | a6c403648ecd5cc72235fdb1e7535523a8ff2ac9 (patch) | |
tree | ae379cb0349ea1800627a86bc0ddf04fea4403ec /win32/makedef.pl | |
parent | 312caa8e97f1c7ee342a9895c2f0e749625b4929 (diff) | |
download | perl-a6c403648ecd5cc72235fdb1e7535523a8ff2ac9.tar.gz |
various fixes for clean build and test on win32; configpm broken,
needed to open myconfig.SH rather than myconfig; sundry adjustments
to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
work under win32; getenv_sv() changed to getenv_len() since SVs
aren't visible in the lower echelons; remove bogus exports from
config.sym; PERL_OBJECT-ness for C++ exception support; null out
IoDIRP in filter_del() or sv_free() will attempt to close it
p4raw-id: //depot/perl@3387
Diffstat (limited to 'win32/makedef.pl')
-rw-r--r-- | win32/makedef.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makedef.pl b/win32/makedef.pl index f13c1da0a7..212f0000fd 100644 --- a/win32/makedef.pl +++ b/win32/makedef.pl @@ -79,6 +79,7 @@ PL_pending_ident PL_sortcxix PL_sublex_info PL_timesbuf +Perl_do_exec3 Perl_do_ipcctl Perl_do_ipcget Perl_do_msgrcv @@ -302,7 +303,6 @@ sub output_symbol { __DATA__ # extra globals not included above. perl_init_i18nl10n -perl_init_ext perl_alloc perl_atexit perl_construct |