]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- To make it easier to compile *printf() and *scanf() without
authorDavid Schultz <das@FreeBSD.org>
Sun, 2 May 2004 10:55:06 +0000 (10:55 +0000)
committerDavid Schultz <das@FreeBSD.org>
Sun, 2 May 2004 10:55:06 +0000 (10:55 +0000)
commit8de9e8971987bdfeb7a26c3868130e7987d5b748
tree10ba84744b0f6df24d98a0ed187eb15a7e1fab0b
parent38d17374b202aebccf1ac1aba9b71288a6e008e2
- To make it easier to compile *printf() and *scanf() without
  floating-point support, remove default definition of FLOATING_POINT
  from the source, and change the compile-time option to
  NO_FLOATING_POINT.
- Remove the HEXFLOAT option.  It saves an insignificant amount of
  space (<0.1% of the size of libc on i386) and complicates vfprintf()
  and checkfmt().
lib/libc/stdio/vfprintf.c
lib/libc/stdio/vfscanf.c