]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update comments. v0.14.2
authorBruno Haible <bruno@clisp.org>
Thu, 24 Feb 2005 19:43:25 +0000 (19:43 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:20 +0000 (12:12 +0200)
gettext-runtime/intl/vasnprintf.c
gettext-runtime/libasprintf/vasnprintf.c

index 7c5e360013c82977f5f90482caaa268450a4f370..ad0a0676d26b9b8a6426c7dcec992c78568fcb54 100644 (file)
@@ -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
index 7c5e360013c82977f5f90482caaa268450a4f370..ad0a0676d26b9b8a6426c7dcec992c78568fcb54 100644 (file)
@@ -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