Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio C99: Recognize %F here, too.



details:   https://anonhg.NetBSD.org/src/rev/900adbdfe36e
branches:  trunk
changeset: 518635:900adbdfe36e
user:      kleink <kleink%NetBSD.org@localhost>
date:      Sun Dec 02 20:53:49 2001 +0000

description:
C99: Recognize %F here, too.

diffstat:

 lib/libc/stdio/vfscanf.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 834f5826747d -r 900adbdfe36e lib/libc/stdio/vfscanf.c
--- a/lib/libc/stdio/vfscanf.c  Sun Dec 02 20:41:12 2001 +0000
+++ b/lib/libc/stdio/vfscanf.c  Sun Dec 02 20:53:49 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vfscanf.c,v 1.28 2001/04/28 15:41:29 kleink Exp $      */
+/*     $NetBSD: vfscanf.c,v 1.29 2001/12/02 20:53:49 kleink Exp $      */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -41,7 +41,7 @@
 #if 0
 static char sccsid[] = "@(#)vfscanf.c  8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: vfscanf.c,v 1.28 2001/04/28 15:41:29 kleink Exp $");
+__RCSID("$NetBSD: vfscanf.c,v 1.29 2001/12/02 20:53:49 kleink Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -263,6 +263,7 @@
 
 #ifdef FLOATING_POINT
                case 'E':
+               case 'F':
                case 'G':
                case 'e': 
                case 'f': 



Home | Main Index | Thread Index | Old Index