diff options
author | Frank Kotler <fbkotler@users.sourceforge.net> | 2002-05-18 07:28:31 +0000 |
---|---|---|
committer | Frank Kotler <fbkotler@users.sourceforge.net> | 2002-05-18 07:28:31 +0000 |
commit | 42e89b00a21a8038f50801ef27eb7dc6db76ccdf (patch) | |
tree | 3bb53ba3486729c78e0e7c1980f4a0c4be432c2d /macros.pl | |
parent | 8a273b078dc6f4ed18a7d95f935bf74c0b9dc6ab (diff) | |
download | nasm-42e89b00a21a8038f50801ef27eb7dc6db76ccdf.tar.gz nasm-42e89b00a21a8038f50801ef27eb7dc6db76ccdf.tar.bz2 nasm-42e89b00a21a8038f50801ef27eb7dc6db76ccdf.zip |
uncomment "use strict" in macros.pl
Diffstat (limited to 'macros.pl')
-rw-r--r-- | macros.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |