]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* data/push.c: Add CPP guards around push parser declarations in both
[bison.git] / ChangeLog
index 1454270e82ca8cdc8924b219fda637dad6b2ea48..47d8ccaa093e69256aa95be8ff6ad94d8fcb66ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-12-19  Joel E. Denny  <jdenny@ces.clemson.edu>
+
+       * data/push.c: Add CPP guards around push parser declarations in both
+       the header and the code file.
+       In the code file, move the push parser declarations to the same place
+       they appear in the header file.
+       Clean up the M4 some, especially the inconsistent underquoting in
+       some b4_c_function_def and b4_c_function_decl uses.
+
 2006-12-19  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        Encapsulate the push parser state variables into an M4 macro so the