]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
uniqstr wasn't being used for handle_syncline like it should.
[bison.git] / ChangeLog
index 7f38696c6e835674c4e190912424e2be72c327e3..e246ae1c5ec4b1b686da19446f77158eebd5f401 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-08-07  Florian Krohm  <florian@edamail.fishkill.ibm.com>
+
+       * 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  <eggert@cs.ucla.edu>
 
        Fix bug with non-%union parsers that have printers or destructors,
 2004-07-22  Paul Eggert  <eggert@cs.ucla.edu>
 
        Fix bug with non-%union parsers that have printers or destructors,