summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2012-07-30 18:05:10 +0200
committerAkim Demaille <akim@lrde.epita.fr>2012-07-31 10:50:06 +0200
commitaaf63e45b65d35bb506e431ffa8360f259ee393c (patch)
tree6a21279da7870586413475fd6cb02bf3d5cc80c6 /m4
parentdbfcf7a89f749a979031931202b432243ea712bd (diff)
downloadbison-aaf63e45b65d35bb506e431ffa8360f259ee393c.tar.gz
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.
Diffstat (limited to 'm4')
-rw-r--r--m4/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/.gitignore b/m4/.gitignore
index 8a24eb00..797ed6df 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -179,3 +179,4 @@
/xalloc.m4
/xsize.m4
/xstrndup.m4
+/obstack-printf.m4