(_nl_find_language): Convert to K&R C syntax.
* finddomain.c: Include stdlib.h whenever possible.
* l10nflist.c Include stdlib.h whenever possible.
- (tolower): Conditional macro.
(_nl_normalize_codeset): Use tolower, not _tolower.
* loadmsgcat.c: Include stdlib.h whenever possible.
Include headers needed for alloca().
/* @@ end of prolog @@ */
-#ifdef _LIBC
-/* Use more efficient version of <ctype.h> function. */
-# define tolower _tolower
-#endif
-
#ifdef _LIBC
/* Rename the non ANSI C functions. This is required by the standard
because some ANSI C functions will require linking with this object