From: Akim Demaille Date: Thu, 24 Oct 2002 10:01:52 +0000 (+0000) Subject: * data/yacc.c (m4_int_type): New. X-Git-Tag: BISON-1_875~386 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/f1886bb2808a471b18e1416e0f821d08850d116e?hp=f1886bb2808a471b18e1416e0f821d08850d116e * data/yacc.c (m4_int_type): New. * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed char' as only yacc.c wants K&R portability. * data/glr.c (yysigned_char): Remove. * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name. Reported by Quoc Peyrot. ---