From f442e0d980f55b8f10c929c679aee64dcbbd49f7 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 28 Sep 2001 07:27:13 +0000 Subject: [PATCH] make gendefs put its rcsid into its generated files --- tools/qfdefs/source/gendefs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/qfdefs/source/gendefs.c b/tools/qfdefs/source/gendefs.c index c7cd9f881..09c5d1bc4 100644 --- a/tools/qfdefs/source/gendefs.c +++ b/tools/qfdefs/source/gendefs.c @@ -97,6 +97,7 @@ main (int argc, char **argv) return 1; } fputs ("#include \"def.h\"\n\n", out); + fprintf (out, "static const char rcsid[] =\n\t\"%s\";\n", rcsid); while (fgets (buf, sizeof (buf), in)) { switch (state) { case 0: