mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb-errors.git
synced 2025-12-24 19:30:06 +01:00
Mark the auto-generated file as auto-generated
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
8f230431a6
commit
90dfd2682e
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue