Remove support for pre-ANSI variadic function calls.
authorPaul Smith <psmith@gnu.org>
Sun, 28 Apr 2013 21:59:28 +0000 (17:59 -0400)
committerPaul Smith <psmith@gnu.org>
Sun, 28 Apr 2013 21:59:28 +0000 (17:59 -0400)
commit441b64335590ab91854b997bec07a9578086d895
tree1ef33d76f43c79d7e0effcc0177625054a35d591
parent8b034b7d18a08d3a2378e5b6fc9fbdd1b658f142
Remove support for pre-ANSI variadic function calls.

We've required support for ANSI C (ISO C 89) or better for quite a while.  Get
rid of the old varags.h, doprnt() stuff and simply assume ANSI C variadic
function capability and basic C runtime library support (vfprintf, vsprintf,
etc.)
ChangeLog
config.ami.template
config.h-vms.template
config.h.W32.template
configh.dos.template
configure.ac
makeint.h
misc.c