diff options
author | Brian Fraser <fraserbn@gmail.com> | 2013-12-11 02:22:13 -0300 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-01-22 13:09:47 -0300 |
commit | 9f88ff7aa7617394415b4ce5793ea6f66905e4bd (patch) | |
tree | bdc4187c99df84c65d0236766b493b4dc27ceee8 /makedef.pl | |
parent | f0ea44a573bf880e5164e044bb7f4430b1254552 (diff) | |
download | perl-9f88ff7aa7617394415b4ce5793ea6f66905e4bd.tar.gz |
Update the WinCE files to the new cross model
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 c97fdc46db..27f71ff19c 100644 --- a/makedef.pl +++ b/makedef.pl @@ -104,7 +104,7 @@ my %exportperlmalloc = my $exportperlmalloc = $ARGS{PLATFORM} eq 'os2'; -my $config_h = $ARGS{PLATFORM} eq 'wince' ? 'xconfig.h' : 'config.h'; +my $config_h = 'config.h'; open(CFG, '<', $config_h) || die "Cannot open $config_h: $!\n"; while (<CFG>) { $define{$1} = 1 if /^\s*\#\s*define\s+(MYMALLOC|MULTIPLICITY |