From: Akim Demaille Date: Sat, 22 Dec 2012 09:16:49 +0000 (+0100) Subject: variant: produce stable results X-Git-Tag: v2.7.90~229 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/55439a1cea2206bde793cbe1a8a0091207cc02dd?hp=55439a1cea2206bde793cbe1a8a0091207cc02dd variant: produce stable results Improve the output by ensuring a well defined order for type switches. * src/uniqstr.h: Style changes for macro arguments. (UNIQSTR_CMP): Replace by... (uniqstr_cmp): this. * src/uniqstr.c (uniqstr_cmp): New. Produce well defined results. * src/output.c: Use it. ---