On Mon, Aug 25, 2008 at 1:52 AM, Amos Jeffries <[EMAIL PROTECTED]> wrote: >> It should be a safe enough bet that any C++ compiler can handle >> STDC-style varargs. >> This patch removes all the (mostly spaghetti) code which used to handle >> K&R-style varargs calls. >> >> Kinkie >> > > The catch here is that .c files are not guaranteed to be built with a C++ > compiler. This will need wide testing.
Well, a build-test on a platform with a K&R C compiler would be enough. Does anyone know if such a platform still exists and is in use? (and where the issue can't be solved by instructing the users to just get gcc?) -- /kinkie
