]> git.saurik.com Git - bison.git/commit
use obstack_printf
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 30 Jul 2012 16:05:10 +0000 (18:05 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Tue, 31 Jul 2012 08:50:06 +0000 (10:50 +0200)
commitaaf63e45b65d35bb506e431ffa8360f259ee393c
tree6a21279da7870586413475fd6cb02bf3d5cc80c6
parentdbfcf7a89f749a979031931202b432243ea712bd
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.
bootstrap.conf
lib/.gitignore
m4/.gitignore
src/conflicts.c
src/muscle-tab.c
src/muscle-tab.h
src/output.c
src/print_graph.c
src/scan-code.l
src/system.h