X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/bb010fe51ab1a82df21117660ac2e6aecb00cf56..2352216441907f86d2df858c49948ab7bd5d7874:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 1454270e..47d8ccaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-12-19 Joel E. Denny + + * 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 Encapsulate the push parser state variables into an M4 macro so the