mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 01:33:03 +00:00
(output_edge): Don't quote linestyle arg.
This commit is contained in:
@@ -584,8 +584,7 @@ output_edge (edge *e, FILE *fout)
|
|||||||
fprintf (fout, "\t\tlabel:\t%s\n", quote (e->label));
|
fprintf (fout, "\t\tlabel:\t%s\n", quote (e->label));
|
||||||
|
|
||||||
if (e->linestyle != E_LINESTYLE)
|
if (e->linestyle != E_LINESTYLE)
|
||||||
fprintf (fout, "\t\tlinestyle:\t%s\n",
|
fprintf (fout, "\t\tlinestyle:\t%s\n", get_linestyle_str (e->linestyle));
|
||||||
quote (get_linestyle_str (e->linestyle)));
|
|
||||||
|
|
||||||
if (e->thickness != E_THICKNESS)
|
if (e->thickness != E_THICKNESS)
|
||||||
fprintf (fout, "\t\tthickness:\t%d\n", e->thickness);
|
fprintf (fout, "\t\tthickness:\t%d\n", e->thickness);
|
||||||
|
|||||||
Reference in New Issue
Block a user