Index: trunk/scconfig/cquote.c =================================================================== --- trunk/scconfig/cquote.c (revision 1474) +++ trunk/scconfig/cquote.c (revision 1475) @@ -69,6 +69,7 @@ { char *varname = "quoted_file"; char *inds = "\t"; + char *banner = "/* Autogenerated by cquote.c - DO NOT EDIT */\n"; char *cmd, *arg; int n; @@ -82,6 +83,8 @@ } } + printf("%s", banner); + printf("#define NL \"\\n\"\n"); printf("const char *%s = \\\n", varname);