summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2015-03-24 21:26:55 +0100
committerUli Schlachter <psychon@znc.in>2015-03-24 21:26:55 +0100
commit90dfd2682e73eb01a01740e6a072cb33a63df56e (patch)
tree50111f43d473e2fd51741f816185c3e0e9d0a8a2 /src
parent8f230431a678970d9d8fd0f5fc859e73e612a3ca (diff)
Mark the auto-generated file as auto-generated
Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/extensions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extensions.py b/src/extensions.py
index ec400ed..f50637b 100755
--- a/src/extensions.py
+++ b/src/extensions.py
@@ -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")