mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
* src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
internals. * src/reader.h, src/reader.c (grammar_current_rule_prec_set): Takes a location. * src/symtab.h, src/symtab.c (symbol_class_set) (symbol_user_token_number_set): Likewise. Adjust all callers. Promote complain_at. * tests/input.at (Type Clashes): Adjust.
This commit is contained in:
@@ -153,11 +153,11 @@ AT_CLEANUP
|
||||
|
||||
|
||||
|
||||
## ------------- ##
|
||||
## Destructors. ##
|
||||
## ------------- ##
|
||||
## -------------------------- ##
|
||||
## Printers and Destructors. ##
|
||||
## -------------------------- ##
|
||||
|
||||
AT_SETUP([Destructors])
|
||||
AT_SETUP([Printers and Destructors])
|
||||
|
||||
# Make sure complex $n work.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user