diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-27 21:15:07 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-27 21:15:07 +0000 |
commit | d543acb6a7b5779dc3f569b762833cd9da27fd50 (patch) | |
tree | e0b64488f06758ca8e9dc8b83532c9f7fc2155aa /makedef.pl | |
parent | 2b260de0f3727bc62519897f69d6f752c97d8502 (diff) | |
download | perl-d543acb6a7b5779dc3f569b762833cd9da27fd50.tar.gz |
patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
perl; stdout/stderr redirects seem broken as well)
p4raw-id: //depot/perl@4474
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl index a5878ff671..63a09bdad0 100644 --- a/makedef.pl +++ b/makedef.pl @@ -415,7 +415,7 @@ if ($define{'PERL_GLOBAL_STRUCT'}) { my $global = readvar($perlvars_h); skip_symbols $global; - emit_symbols [qw(Perl_GetVars)]; + emit_symbol('Perl_GetVars'); emit_symbols [qw(PL_Vars PL_VarsPtr)] unless $CCTYPE eq 'GCC'; } |