mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 15:53:03 +00:00
* src/vcg.h (enum layoutalgorithm): Remove. All uses removed.
(struct node, struct graph): Rename member expand to stretch. All uses changed. (struct graph): Remove member layoutalgorithm. All uses removed. * src/vcg.c (get_layoutalgorithm_str): Remove. All uses removed. * src/vcg_defaults.h (G_STRETCH): Renamed from G_EXPAND. All uses changed. (N_STRETCH): Rename from N_EXPAND. All uses changed.
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
# define G_FOLDING 0
|
||||
|
||||
# define G_SHRINK 1
|
||||
# define G_EXPAND 1
|
||||
# define G_STRETCH 1
|
||||
|
||||
# define G_TEXTMODE centered
|
||||
# define G_SHAPE box
|
||||
@@ -129,7 +129,7 @@
|
||||
# define N_HEIGHT -1 /* also. */
|
||||
|
||||
# define N_SHRINK 1
|
||||
# define N_EXPAND 1
|
||||
# define N_STRETCH 1
|
||||
|
||||
# define N_FOLDING -1 /* no explicit default value. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user