1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00
2000-06-28  Ulrich Drepper  <drepper@redhat.com>

	* stdio-common/vfscanf.c: Finally handle multibyte decimal point and
	thousands separator correctly.

	* stdio-common/vfscanf.c: Use COMPILE_WSCANF not COMPILE_WPRINTF.
	* stdio-common/vfwscanf.c: Likewise.

	sequences with first byte 0x8e correctly.
This commit is contained in:
Ulrich Drepper
2000-06-29 04:12:28 +00:00
parent 2d7fb37aa3
commit 72acaddf14
3 changed files with 238 additions and 53 deletions

View File

@@ -1,2 +1,2 @@
#define COMPILE_WPRINTF 1
#define COMPILE_WSCANF 1
#include "vfscanf.c"