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

	* locale/langinfo.h: Add entries for extra tables in CTYPE data.
	* locale/programs/ld-ctype.c: Adjust for this.

	* locale/programs/ld-collate.c: Add more alignment checks.
	* locale/string/strcoll.c: Likewise.

2000-07-30  Mark Kettenis  <kettenis@gnu.org>

	* stdio-common/vfprintf.c: Move inclusion of _i18n_number.h
	outside USE_IN_LIBIO block.
This commit is contained in:
Ulrich Drepper
2000-07-30 00:00:23 +00:00
parent fb032fbd88
commit a9706118e0
8 changed files with 58 additions and 10 deletions

View File

@@ -102,8 +102,6 @@
# undef EOF
# define EOF WEOF
# endif
# include "_i18n_number.h"
#else /* ! USE_IN_LIBIO */
/* This code is for use in the GNU C library. */
# include <stdio.h>
@@ -155,6 +153,8 @@ extern void __flockfile (FILE *);
extern void __funlockfile (FILE *);
#endif /* USE_IN_LIBIO */
#include "_i18n_number.h"
/* Include the shared code for parsing the format string. */
#include "printf-parse.h"