diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 21:01:38 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 21:01:38 +0000 |
commit | 4cf1748e6829f80be251b8d7d274738009f934cf (patch) | |
tree | 59260e9aa7867952d80890859c0d06f6665fdfa5 /macros.pl | |
parent | 734b188090539eddf08e61c317415f566446691b (diff) | |
download | nasm-4cf1748e6829f80be251b8d7d274738009f934cf.tar.gz |
NASM 0.98.11nasm-0.98.11
Diffstat (limited to 'macros.pl')
-rw-r--r-- | macros.pl | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |