From: Akim Demaille Date: Mon, 16 Oct 2000 19:20:52 +0000 (+0000) Subject: Remove spurious empty lines. X-Git-Tag: BISON-1_28b~84 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/f1320c03a45fa90929d750b2d0b472633f4f3cda Remove spurious empty lines. --- diff --git a/ChangeLog b/ChangeLog index 68912bab..89f4f2a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,14 +15,12 @@ (output_gram): Use it. (output_rule_data): Nicer output layout for YYTNAME. - 2000-10-16 Akim Demaille * src/lex.c (read_typename): New function. (lex): Use it. * src/reader.c (copy_dollar): Likewise. - 2000-10-16 Akim Demaille * src/reader.c (copy_comment2): Expect the input stream to be on @@ -31,19 +29,16 @@ (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. (copy_guard, copy_action): Use it. - 2000-10-16 Akim Demaille * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c: