]> git.saurik.com Git - bison.git/blobdiff - src/graphviz.c
tests: enhance AT_SYNCLINES_COMPILE.
[bison.git] / src / graphviz.c
index 13f279f3494f208c0446e7e0cf09c9a80ddce8e1..5eefcbf21c9e78c1f9c6017434b1228e9e368fad 100644 (file)
@@ -40,11 +40,9 @@ void
 start_graph (FILE *fout)
 {
   fprintf (fout,
-           _("/*\n"
-             " * Generated by %s.\n"
-             " * Report bugs to <%s>.\n"
-             " * Home page: <%s>.\n"
-             " */\n"
+           _("// Generated by %s.\n"
+             "// Report bugs to <%s>.\n"
+             "// Home page: <%s>.\n"
              "\n"),
            PACKAGE_STRING,
            PACKAGE_BUGREPORT,