From: Jim Meyering Date: Sun, 21 Oct 2001 09:01:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=129e2eb33584613a916fd4ded7473f5c996cb3f3;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 889a2a2ab3..2076db9708 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2001-10-21 Jim Meyering + + * obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise, + this code would end up calling gettext even in packages built + with --disable-nls. + 2001-10-20 Paul Eggert * error.c (strerror_r): Do not declare unless !_LIBC.