summaryrefslogtreecommitdiff
path: root/sprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sprintf.c')
-rw-r--r--sprintf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sprintf.c b/sprintf.c
index a428e0483e..917fdd953e 100644
--- a/sprintf.c
+++ b/sprintf.c
@@ -20,11 +20,7 @@
double strtod();
#endif
-#ifdef USE_CWGUSI
-static void fmt_setup();
-#else
static void fmt_setup _((char*,int,int,int,int));
-#endif
static char*
remove_sign_bits(str, base)