X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/79282c5ad0ccfa2fa3ed22681a982974aabbdad2..550a72a3be6adb5ec84545bef484685661c87f58:/ChangeLog diff --git a/ChangeLog b/ChangeLog index b3bfd492..77af1165 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +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 + `read_signed_integer'. + + 2000-10-16 Akim Demaille * src/reader.c (copy_dollar): New function.