mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
Comments are more useful when correct
This commit is contained in:
2
mkdep.pl
2
mkdep.pl
@@ -86,7 +86,7 @@ sub insert_deps($) {
|
||||
my($line,$parm,$val);
|
||||
my($obj) = '.o'; # Defaults
|
||||
my($sep) = '/';
|
||||
my($maxline) = 78; # SMTP uses this value...
|
||||
my($maxline) = 78; # Seems like a reasonable default
|
||||
|
||||
while ( defined($line = <IN>) ) {
|
||||
if ( $line =~ /^\s*\#\s*@([a-z0-9-]+):\s*\"([^\"]*)\"/ ) {
|
||||
|
Reference in New Issue
Block a user