summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vfscanf.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2006-04-01 19:06:54 +0000
committerphk <phk@FreeBSD.org>2006-04-01 19:06:54 +0000
commita6edaf1c5c5a75d8ff61e82e0a7a94d9066aa556 (patch)
tree414dd43b4bfb97d3d754134156d9b721f643e6f5 /lib/libc/stdio/vfscanf.c
parent01ed5990aef062b97e91680895804b9689c8076b (diff)
downloadFreeBSD-src-a6edaf1c5c5a75d8ff61e82e0a7a94d9066aa556.zip
FreeBSD-src-a6edaf1c5c5a75d8ff61e82e0a7a94d9066aa556.tar.gz
Add missing #if's for NO_FLOATING_POINT
Diffstat (limited to 'lib/libc/stdio/vfscanf.c')
-rw-r--r--lib/libc/stdio/vfscanf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdio/vfscanf.c b/lib/libc/stdio/vfscanf.c
index 27df280..465ee0d 100644
--- a/lib/libc/stdio/vfscanf.c
+++ b/lib/libc/stdio/vfscanf.c
@@ -98,7 +98,9 @@ __FBSDID("$FreeBSD$");
#define CT_FLOAT 4 /* %[efgEFG] conversion */
static const u_char *__sccl(char *, const u_char *);
+#ifndef NO_FLOATING_POINT
static int parsefloat(FILE *, char *, char *);
+#endif
int __scanfdebug = 0;
OpenPOWER on IntegriCloud