summaryrefslogtreecommitdiff
path: root/macros.pl
diff options
context:
space:
mode:
authorFrank Kotler <fbkotler@users.sourceforge.net>2002-05-18 07:28:31 +0000
committerFrank Kotler <fbkotler@users.sourceforge.net>2002-05-18 07:28:31 +0000
commit42e89b00a21a8038f50801ef27eb7dc6db76ccdf (patch)
tree3bb53ba3486729c78e0e7c1980f4a0c4be432c2d /macros.pl
parent8a273b078dc6f4ed18a7d95f935bf74c0b9dc6ab (diff)
downloadnasm-42e89b00a21a8038f50801ef27eb7dc6db76ccdf.tar.gz
uncomment "use strict" in macros.pl
Diffstat (limited to 'macros.pl')
-rw-r--r--macros.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros.pl b/macros.pl
index 38168cf8..6eaf2949 100644
--- a/macros.pl
+++ b/macros.pl
@@ -7,7 +7,7 @@
# redistributable under the licence given in the file "Licence"
# distributed in the NASM archive.
-# use strict;
+use strict;
my $fname;
my $line = 0;