mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 12:53:03 +00:00
* src/print_graph.c (print_state): Fix.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-08-28 Marc Autret <autret_m@epita.fr>
|
||||
|
||||
* src/print_graph.c (print_state): Fix.
|
||||
|
||||
2001-08-27 Marc Autret <autret_m@epita.fr>
|
||||
|
||||
* src/vcg.h (classname_s, infoname_s, node_s): Constify the
|
||||
|
||||
@@ -253,7 +253,7 @@ print_state (int state)
|
||||
obstack_grow (&graph_obstack,
|
||||
obstack_base (&node_obstack),
|
||||
obs_size);
|
||||
obstack_finish (&node_obstack);
|
||||
obstack_free (&node_obstack, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user