Mercurial > hg > octave-kai > gnulib-hg
comparison lib/ChangeLog @ 5565:3dc56d504a02
* error.c: Remove dependency on gettext and libintl.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Wed, 29 Dec 2004 05:51:19 +0000 |
parents | 94babf286465 |
children | 5b0578864f09 |
comparison
equal
deleted
inserted
replaced
5564:4893e6950628 | 5565:3dc56d504a02 |
---|---|
1 2004-12-28 Paul Eggert <eggert@cs.ucla.edu> | |
2 | |
3 * error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h"; | |
4 not needed. This removes a dependency on the gettext module. | |
5 [defined _LIBC]: Do not include <libintl.h>; not needed. | |
6 | |
1 2004-12-24 Paul Eggert <eggert@cs.ucla.edu> | 7 2004-12-24 Paul Eggert <eggert@cs.ucla.edu> |
2 | 8 |
3 * c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not | 9 * c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not |
4 HAVE_DECL_STRTOLD. | 10 HAVE_DECL_STRTOLD. |
5 | 11 |