]> git.saurik.com Git - bison.git/blobdiff - src/vcg.c
* NEWS: Bison-generated C parsers now use the _ macro to
[bison.git] / src / vcg.c
index 629473c793b9222b3b9c4899c364d02f7f63a8c1..bdf45dff46dfe01efc45bac502153f53d6660af4 100644 (file)
--- a/src/vcg.c
+++ b/src/vcg.c
@@ -584,8 +584,7 @@ output_edge (edge *e, FILE *fout)
     fprintf (fout, "\t\tlabel:\t%s\n", quote (e->label));
 
   if (e->linestyle != E_LINESTYLE)
-    fprintf (fout, "\t\tlinestyle:\t%s\n",
-            quote (get_linestyle_str (e->linestyle)));
+    fprintf (fout, "\t\tlinestyle:\t%s\n", get_linestyle_str (e->linestyle));
 
   if (e->thickness != E_THICKNESS)
     fprintf (fout, "\t\tthickness:\t%d\n", e->thickness);