]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update comment in last patch.
authorBruno Haible <bruno@clisp.org>
Wed, 27 Aug 2003 19:25:30 +0000 (19:25 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:55 +0000 (12:10 +0200)
gettext-tools/lib/getopt.h

index 5acd310363eb0b823ed5b0d087e40881e1456a1f..b0480aeb87cff00e3e9d1134acd6d2d87bbc29da 100644 (file)
 # define _GETOPT_H 1
 #endif
 
-/* Ensure that DLL_VARIABLE is defined.  Since on OSF/1 4.0 <stdlib.h> includes
-   <getopt.h>, and <config.h> is not a prerequisite for using <stdlib.h>, this
-   file can be included without a prior "#include <config.h>.  */
+/* Ensure that DLL_VARIABLE is defined.  Since on OSF/1 4.0 and Irix 6.5
+   <stdlib.h> includes <getopt.h>, and <config.h> is not a prerequisite for
+   using <stdlib.h>, this file can be included without a prior
+   "#include <config.h>".  */
 #if HAVE_CONFIG_H
 # include <config.h>
 #endif