From: Akim Demaille Date: Fri, 14 Apr 2000 13:59:15 +0000 (+0000) Subject: * src/reader.c (copy_comment2): New function, same as former X-Git-Tag: BISON-1_28b~139 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/27821bff0ff9f96e2e12036a16aee8481ef400d7?hp=27821bff0ff9f96e2e12036a16aee8481ef400d7 * src/reader.c (copy_comment2): New function, same as former `copy_comment', but outputs into two FILE *. (copy_comment): Use it. (parse_union_decl): Use it. (get_type, parse_start_decl): Use the same `invalid' message. (parse_start_decl, parse_union_decl): Use the same `multiple' message. (parse_union_decl, copy_guard, copy_action): Use the same `unmatched' message. * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'. ---