1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* configure.in (--with-fp): Note in help string that it's the default.

* locale/programs/ld-ctype.c (struct locale_ctype_t): Use u_int32_t
	instead of unsigned int for map_collection_max and map_collection_act.

	* stdio-common/vfprintf.c [USE_IN_LIBIO] (flockfile, funlockfile):
	Macros removed; they are in <stdio.h>.
	* stdio-common/vfscanf.c: Likewise.

	`-include' to not complain before they exist.
This commit is contained in:
Roland McGrath
1996-05-13 22:01:00 +00:00
parent 95a108f0ba
commit a5b7bf0e62
6 changed files with 23 additions and 19 deletions

View File

@ -81,8 +81,6 @@ Cambridge, MA 02139, USA. */
return EOF; \
} \
} while (0)
# define flockfile(S) _IO_flockfile (S)
# define funlockfile(S) _IO_funlockfile (S)
#else
# define inchar() ((c = getc (s)), (void) ++read_in, c)
# define conv_error() do { \