> 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. Amos
