bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/6] graphs: style: prefix rules and change shapes


From: Akim Demaille
Subject: Re: [PATCH 2/6] graphs: style: prefix rules and change shapes
Date: Thu, 11 Oct 2012 09:37:59 +0200

Le 10 oct. 2012 à 19:14, Theophile Ranquet a écrit :

> * src/graphviz.c (start_graph): Use box rather than ellipsis.
> * src/print_graph.c (print_core): Prefix rules with their number.

Installed.

> +  fprintf (fout, "node [shape=box]\n");
> }

Eventually, I would like that you #define some of
these values, e.g.

  #define STATE_ATTR "[shape=box]"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]