From: Akim Demaille Date: Mon, 29 Jul 2002 17:28:56 +0000 (+0000) Subject: * src/reduce.c (reduce_grammar): When the language is empty, X-Git-Tag: BISON-1_49b~66 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/1bfb97dba532a32dbeffddd378955055b9277303?hp=1bfb97dba532a32dbeffddd378955055b9277303 * src/reduce.c (reduce_grammar): When the language is empty, complain about the start symbol, not the axiom. Use its location. * tests/reduce.at (Empty Language): New. ---