X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/131e2fef683836d45262423bbdf004a014335aba..550a72a3be6adb5ec84545bef484685661c87f58:/ChangeLog diff --git a/ChangeLog b/ChangeLog index c29a7505..77af1165 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-10-16 Akim Demaille + + * src/reader.c (copy_comment2): Expect the input stream to be on + the `/' which is suspected to open a comment, instead of being + called after `//' or `/*' was read. + (copy_comment, copy_definition, parse_union_decl, copy_action) + (copy_guard): Adjust. + + 2000-10-16 Akim Demaille * src/reader.c (parse_expect_decl): Use `skip_white_space' and