K 10 svn:author V 2 jb K 8 svn:date V 27 1998-08-06T23:01:49.000000Z K 7 svn:log V 375 Add snprintf.c to SRCS so that the function quad_to_string exists. The snprintf function itself is still #ifdef'd out by conf.h. This allows this program to link when compiled without optimization. With optimization, the call to quad_to_string gets removed by the compiler. Unfortunately the linker still links in the quad_to_string function even though it isn't called. 8-( END