X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/10659d0ec997368fe57712a7c564795c530ba0c2..786578e394700615f6a841614e1280bf6284ec8c:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 219d9b9e..a0e138d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2009-10-11 Joel E. Denny + + portability: use va_start and va_end in the same function. + * src/complain.c (error_message): Move va_end from here... + (ERROR_MESSAGE): ... to here. + +2009-10-08 Joel E. Denny + + * data/bison.m4: Update comments for rename to muscle-tab.h. + 2009-10-07 Joel E. Denny Minor code cleanup.