From 9e4dba2f4780237bfcc49859b075c5b42b5dbbfd Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 31 Aug 2007 00:28:35 +0000 Subject: Add "do not edit" comment to tokhash.c --- tokhash.pl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tokhash.pl b/tokhash.pl index 8bb4202..58109fd 100755 --- a/tokhash.pl +++ b/tokhash.pl @@ -124,7 +124,12 @@ $sv2 = $sv+2; die if ($n & ($n-1)); -print "#include \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 \n"; print "#include \"nasm.h\"\n"; print "#include \"insns.h\"\n"; -- cgit v1.2.3