From: Bruno Haible Date: Thu, 24 Feb 2005 19:43:25 +0000 (+0000) Subject: Update comments. X-Git-Tag: v0.14.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e070d32e77f97d46e4d605e5bbac75a501605a50;p=thirdparty%2Fgettext.git Update comments. --- diff --git a/gettext-runtime/intl/vasnprintf.c b/gettext-runtime/intl/vasnprintf.c index 7c5e36001..ad0a0676d 100644 --- a/gettext-runtime/intl/vasnprintf.c +++ b/gettext-runtime/intl/vasnprintf.c @@ -52,7 +52,7 @@ /* Checked size_t computations. */ #include "xsize.h" -/* Some systems, like Woe32, don't have EOVERFLOW. */ +/* Some systems, like OSF/1 4.0 and Woe32, don't have EOVERFLOW. */ #ifndef EOVERFLOW # define EOVERFLOW E2BIG #endif diff --git a/gettext-runtime/libasprintf/vasnprintf.c b/gettext-runtime/libasprintf/vasnprintf.c index 7c5e36001..ad0a0676d 100644 --- a/gettext-runtime/libasprintf/vasnprintf.c +++ b/gettext-runtime/libasprintf/vasnprintf.c @@ -52,7 +52,7 @@ /* Checked size_t computations. */ #include "xsize.h" -/* Some systems, like Woe32, don't have EOVERFLOW. */ +/* Some systems, like OSF/1 4.0 and Woe32, don't have EOVERFLOW. */ #ifndef EOVERFLOW # define EOVERFLOW E2BIG #endif