summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/makestrs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/makestrs.c b/util/makestrs.c
index 7f752bd..4d5c0a6 100644
--- a/util/makestrs.c
+++ b/util/makestrs.c
@@ -503,6 +503,7 @@ WriteSource(char *tagline, int abi)
else
tmpl = NULL;
+ (void) printf("/* *%s* */\n", "INDENT-OFF");
(void) printf("%s\n%s\n/* %s ABI version -- Do not edit */\n",
"/* $Xorg: makestrs.c,v 1.6 2001/02/09 02:03:17 xorgcvs Exp $ */",
"/* This file is automatically generated. */",
@@ -517,6 +518,7 @@ WriteSource(char *tagline, int abi)
CopyTmplEpilog(tmpl, stdout);
fclose(tmpl);
}
+ (void) printf("/* *%s* */\n", "INDENT-ON");
}
static void