Skip to content

Commit

Permalink
Update for bison 3.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
lzwdgc committed Jan 13, 2020
1 parent bcbb10d commit d493543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/schema.yy
Expand Up @@ -70,7 +70,7 @@ struct MY_PARSER_DRIVER : MY_PARSER

by_type bt;
bt.type = tok.type;
switch (bt.token())
switch (bt.type_get())
{
case token::INTEGER:
t.type = Token::Integer;
Expand Down

0 comments on commit d493543

Please sign in to comment.