summaryrefslogtreecommitdiff
path: root/macros.pl
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-04-30 21:01:38 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-04-30 21:01:38 +0000
commit4cf1748e6829f80be251b8d7d274738009f934cf (patch)
tree59260e9aa7867952d80890859c0d06f6665fdfa5 /macros.pl
parent734b188090539eddf08e61c317415f566446691b (diff)
downloadnasm-4cf1748e6829f80be251b8d7d274738009f934cf.tar.gz
NASM 0.98.11nasm-0.98.11
Diffstat (limited to 'macros.pl')
-rw-r--r--macros.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/macros.pl b/macros.pl
index e1d9ed0f..ecf0595c 100644
--- a/macros.pl
+++ b/macros.pl
@@ -6,7 +6,8 @@
# Julian Hall. All rights reserved. The software is
# redistributable under the licence given in the file "Licence"
# distributed in the NASM archive.
-use strict;
+
+# use strict; # if your PERL's got it
my $fname;
my $line = 0;