OSDN Git Service

* aclocal.m4 (AM_WITH_NLS): Also create and substitute
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Oct 2001 16:29:13 +0000 (16:29 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Oct 2001 16:29:13 +0000 (16:29 +0000)
commitc6c8127de09a50c59d9004f83d55321888be8b77
treedfa7b9988fd3c5fba37514a5565ef80a3a944d04
parent0196842534b5364a8a5c054a5c9206953db84909
* aclocal.m4 (AM_WITH_NLS): Also create and substitute
INTLDEPS variable, which does not include $LIBICONV.
* Makefile.in: Use INTLDEPS in LIBDEPS.
* configure: Regenerate.

intl:
* dcigettext.c: Don't use #elif.
* gettextP.h: Prototype nls_uint32 and locale_charset here.
Always define ZERO to 1 to avoid warnings (ZERO is used in
flexible-array-member declarations).
* loadmsgcat.c: Apply __extension__ to structure definitions
using C99 designated initializer syntax.
Do not prototype locale_charset here.
* localcharset.c: Prototype get_charset_aliases before use.
Get rid of STATIC nonsense.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46394 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/aclocal.m4
gcc/configure
gcc/intl/ChangeLog
gcc/intl/dcigettext.c
gcc/intl/gettextP.h
gcc/intl/loadmsgcat.c
gcc/intl/localcharset.c