uncomment "use strict" in macros.pl

This commit is contained in:
Frank Kotler 2002-05-18 07:28:31 +00:00
parent 8a273b078d
commit 42e89b00a2

View File

@ -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;