]> git.saurik.com Git - bison.git/commit
* src/vcg.h (graph_s): color, textcolor, bordercolor are now
authorAkim Demaille <akim@epita.fr>
Mon, 10 Sep 2001 08:33:25 +0000 (08:33 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 10 Sep 2001 08:33:25 +0000 (08:33 +0000)
commit041cad1677be2b92d0cef20c43fceace6e2f7e66
treef44ed5d70a130977e73fb606b72220c2c4f60800
parent31478b7ab7c373d30a9dcf97b75aeea7953f0a42
* src/vcg.h (graph_s): color, textcolor, bordercolor are now
enum color_e.
* src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
to `normal'.
* src/reader.c (parse_token_decl): Initialize token with tok_eof.
* src/lex.h: Adjust prototype.
(token_t): Add `tok_undef'.
* src/lex.c (struct percent_table_struct): Retval is now a token_t.
(parse_percent_token): Now returns token_t.
Add default statement in switch.
(lex): Separate `c' as an input variable, from the token_t result
part.
(unlexed): Is a token_t.
ChangeLog
src/lex.c
src/lex.h
src/print_graph.c
src/reader.c
src/vcg.h