diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-31 13:12:51 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-31 13:12:51 +0000 |
commit | f355267cae69288cbad383cfc3cf2811969d730e (patch) | |
tree | e80a2dd536fd9fd7dc700af3a1268eedc51da68a /makedef.pl | |
parent | 11676840748f5f7ca2c49139b3da8352772177ee (diff) | |
download | perl-f355267cae69288cbad383cfc3cf2811969d730e.tar.gz |
NetWare update from Ananth Kesari.
p4raw-id: //depot/perl@16922
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index 0a1e7edc62..e864f68229 100644 --- a/makedef.pl +++ b/makedef.pl @@ -1275,6 +1275,8 @@ foreach my $symbol (qw( Perl_sv_catsv Perl_sv_catpvn Perl_sv_2pv + nw_freeenviron + Remove_Thread_Ctx )) { try_symbol($symbol); |