mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-07-23 18:40:33 +00:00
uniqstr wasn't being used for handle_syncline like it should.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2004-08-07 Florian Krohm <[email protected]>
|
||||
|
||||
* src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
|
||||
|
||||
* src/location.h (struct): The file member is a uniqstr.
|
||||
(equal_boundaries): Use UNIQSTR_EQ for comparison.
|
||||
|
||||
2004-07-22 Paul Eggert <[email protected]>
|
||||
|
||||
Fix bug with non-%union parsers that have printers or destructors,
|
||||
|
||||
Reference in New Issue
Block a user