]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/parse-gram.y (grammar_declaration): Don't confuse Doxygen (at
[bison.git] / ChangeLog
index 013b85762b1560fa6a7323c2ef9790b198e1f4e6..420fe7885ee840f8b6037d73ee776a740e11131d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-07-13  Joel E. Denny  <jdenny@ces.clemson.edu>
+
+       * src/parse-gram.y (grammar_declaration): Don't confuse Doxygen (at
+       least 1.4.7 and 1.4.4) by putting a #line between `typedef union
+       YYSTYPE' and `{'.
+       * src/muscle_tab.h (muscle_grow): Replace the header comments with
+       those from muscle_tab.c since the old ones are misleading.
+
 2006-07-13  Akim Demaille  <akim@epita.fr>
 
        Support %define "KEY" {VALUE}.