summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/makedef.pl b/makedef.pl
index 006b162e08..caf3be139f 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -32,14 +32,14 @@
# perl.imp NetWare
# makedef.lis VMS
+use strict;
+use Config;
+
my $fold;
my %ARGS;
my %define;
BEGIN {
- use Config;
- use strict;
-
%ARGS = (CCTYPE => 'MSVC', TARG_DIR => '');
sub process_cc_flags {