mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +00:00
* src/complain.h, src/complain.c (warn, complain): Remove, unused.
* src/reader.c (lineno): Remove. Adjust all dependencies. (get_merge_function): Take a location and use complain_at. * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise. * tests/regression.at (Invalid inputs, Mixing %token styles): Adjust.
This commit is contained in:
@@ -768,7 +768,7 @@ do { \
|
||||
} while (0)
|
||||
|
||||
#define YY_USER_ACTION LOCATION_COLUMNS (*yylloc, yyleng)
|
||||
#define YY_LINES LOCATION_LINES (*yylloc, yyleng); lineno += yyleng;
|
||||
#define YY_LINES LOCATION_LINES (*yylloc, yyleng);
|
||||
#define YY_STEP LOCATION_STEP (*yylloc)
|
||||
|
||||
/* STRING_OBSTACK -- Used to store all the characters that we need to
|
||||
|
||||
Reference in New Issue
Block a user