summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-10-27 21:15:07 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-10-27 21:15:07 +0000
commitd543acb6a7b5779dc3f569b762833cd9da27fd50 (patch)
treee0b64488f06758ca8e9dc8b83532c9f7fc2155aa /makedef.pl
parent2b260de0f3727bc62519897f69d6f752c97d8502 (diff)
downloadperl-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.pl2
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';
}