]> git.saurik.com Git - bison.git/commitdiff
Fix ChangeLog for the previous patch.
authorAkim Demaille <demaille@gostai.com>
Mon, 11 May 2009 06:53:35 +0000 (08:53 +0200)
committerAkim Demaille <demaille@gostai.com>
Mon, 11 May 2009 06:53:35 +0000 (08:53 +0200)
ChangeLog

index 30d09f388e0ac9590f4012e70ae1f3e9957b1e4f..93c085360cae78bc269137b857af0a2747687f5d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-11  Akim Demaille  <demaille@gostai.com>
+
+       doc: use C++ headers.
+       * doc/bison.texinfo (Calc++ Scanner): Prefer C++ headers to C
+       headers.
+
 2009-05-05  Akim Demaille  <demaille@gostai.com>
 
        fix hexadecimal token number support.
@@ -8,12 +14,6 @@
        tests: check token numbers.
        * tests/input.at (Numbered tokens): New.
 
-2009-05-11  Akim Demaille  <demaille@gostai.com>
-
-       doc: use C++ headers.
-       * doc/bison.texinfo (Calc++ Scanner): Prefer C++ headers to C
-       headers.
-
 2009-05-04  Akim Demaille  <demaille@gostai.com>
 
        bison: catch bad symbol names.