From: Akim Demaille Date: Thu, 15 Mar 2012 13:42:15 +0000 (+0100) Subject: c.m4: better newline control with b4_parse_param_use. X-Git-Tag: v2.7.90~482 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/1e5d654019cc146ff41e8ea4a94c7a111ea9f037?hp=1e5d654019cc146ff41e8ea4a94c7a111ea9f037 c.m4: better newline control with b4_parse_param_use. * data/c.m4: Use m4_ifvaln instead of m4_ifval where applicable. (b4_parse_param_use): Switch order between two nested "if"s to avoid useless empty lines. Adjust callers to avoid useless lines. ---