Release calc version 2.12.1.9

This commit is contained in:
Landon Curt Noll
2007-02-07 13:30:53 -08:00
parent 5c565a7cea
commit 2441df7fdc
10 changed files with 175 additions and 64 deletions

View File

@@ -11,8 +11,8 @@
#define STDARG /* use <stdarg.h> */
#include <stdarg.h>
/* should we use vsprintf()? */
#define HAVE_VS /* yes */
/* should we use vsprintf() and vsnprintf()? */
#define HAVE_VSPRINTF /* yes */
#endif /* !__ARGS_H__ */