From: Akim Demaille Date: Mon, 30 Jul 2012 16:05:10 +0000 (+0200) Subject: use obstack_printf X-Git-Tag: v2.6.2~11 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/aaf63e45b65d35bb506e431ffa8360f259ee393c?hp=aaf63e45b65d35bb506e431ffa8360f259ee393c use obstack_printf This is not just nicer, it is also much safer, since we were using sprintf... * bootstrap.conf: Require it. * src/system.h (obstack_fgrow1, obstack_fgrow2, obstack_fgrow3) (obstack_fgrow4): Remove. Adjust dependencies. ---