From: Joel E. Denny Date: Tue, 9 Jan 2007 05:32:14 +0000 (+0000) Subject: Clarify last entry a little. X-Git-Tag: v2.3b~187 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/5c80250c8d66b3d010d6bda85ac4579ce35957d8 Clarify last entry a little. --- diff --git a/ChangeLog b/ChangeLog index 1881aa53..4c306fcc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,8 +21,9 @@ * src/parse-gram.y (prologue_declaration): Use muscle_code_grow rather than prologue_augment for prologue parsing so you don't need prologue obstacks. - (grammar_declaration): Use `braceless' instead of "{...}" so that - braces are already stripped and code is escaped with digraphs. + (grammar_declaration): For %union RHS, use `braceless' instead of + "{...}" so that braces are already stripped and code is escaped with + digraphs. * src/reader.c (prologue_augment): Remove. (reader): Remove initialization of pre_prologue_obstack and post_prologue_obstack.