X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c9cbf7c58ee9cfae686e2aaffa54f605e21b24b5..dca81a78f8db18a89fb207df41679c41ec222a90:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 7f38696c..e246ae1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-08-07 Florian Krohm + + * 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 Fix bug with non-%union parsers that have printers or destructors,