Mark the auto-generated file as auto-generated

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2015-03-24 21:26:55 +01:00
parent 8f230431a6
commit 90dfd2682e

View file

@ -71,6 +71,7 @@ for input_file in sys.argv[2:]:
assert xproto != None
output = open(output_file, "w")
output.write("/* Auto-generated file, do not edit */\n")
output.write("#include \"errors.h\"\n")
output.write("#include <string.h>\n")
output.write("\n")