mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
Let symbols have a location.
* src/symtab.h, src/symtab.c (symbol_t): Location is a new member. (getsym): Adjust. Adjust all callers. * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at): Use location_t, not int. * src/symtab.c (symbol_check_defined): Take advantage of the location. * tests/regression.at (Invalid inputs): Adjust.
This commit is contained in:
13
ChangeLog
13
ChangeLog
@@ -1,3 +1,16 @@
|
||||
2002-06-15 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Let symbols have a location.
|
||||
|
||||
* src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
|
||||
(getsym): Adjust.
|
||||
Adjust all callers.
|
||||
* src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
|
||||
Use location_t, not int.
|
||||
* src/symtab.c (symbol_check_defined): Take advantage of the
|
||||
location.
|
||||
* tests/regression.at (Invalid inputs): Adjust.
|
||||
|
||||
2002-06-15 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
|
||||
|
||||
Reference in New Issue
Block a user