mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-06 18:30:21 +08:00
Add "do not edit" comment to tokhash.c
This commit is contained in:
parent
29b1bc4603
commit
9e4dba2f47
@ -124,7 +124,12 @@ $sv2 = $sv+2;
|
||||
|
||||
die if ($n & ($n-1));
|
||||
|
||||
print "#include <stdio.h>\n";
|
||||
print "/*\n";
|
||||
print " * This file is generated from insns.dat, regs.dat and token.dat\n";
|
||||
print " * by tokhash.pl; do not edit.\n";
|
||||
print " */\n";
|
||||
print "\n";
|
||||
|
||||
print "#include <string.h>\n";
|
||||
print "#include \"nasm.h\"\n";
|
||||
print "#include \"insns.h\"\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user