From: Paul Eggert Date: Wed, 29 Dec 2004 05:51:19 +0000 (+0000) Subject: * error.c: Remove dependency on gettext and libintl. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82130b8c2c5a8b2bdd3244a9ad6329541c2c9c39;p=pspp * error.c: Remove dependency on gettext and libintl. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 4151f154ea..85b144d01c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2004-12-28 Paul Eggert + + * error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h"; + not needed. This removes a dependency on the gettext module. + [defined _LIBC]: Do not include ; not needed. + 2004-12-24 Paul Eggert * c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not