mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20: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));
|
||||
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user