]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
OS/2 specific fix.
authorBruno Haible <bruno@clisp.org>
Wed, 13 Feb 2002 13:55:34 +0000 (13:55 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 23:21:51 +0000 (01:21 +0200)
intl/ChangeLog
intl/os2compat.c

index ba27d238750f04b5037ef8c42d34569fb3228c80..776bafbf60dad5f2e6559b6e6c5a6439df695d33 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-14  Andrew Zabolotny  <zap@cobra.ru>
+
+       * os2compat.c (_nl_default_dirname__): Renamed from
+       _nl_default_dirname.
+
 2002-02-10  Bruno Haible  <bruno@clisp.org>
 
        * localename.c: Change copyright notice from GPL to LGPL.
index 5959ef5c09724625e8e209daa13f8680dfc63f16..681e98aea7dda5831d4f94b3866eb1fc6f81f899 100644 (file)
@@ -37,17 +37,9 @@ _nl_getenv (const char *name)
     return value;
 }
 
-char _nl_default_dirname[] =   /* a 260+1 bytes large buffer */
-  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
-  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
-  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
-  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
-  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
-  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
-  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
-  "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
-  "\0\0\0\0"
+/* A fixed size buffer.  */
 #define LOCALEDIR_MAX 260
+char _nl_default_dirname__[LOCALEDIR_MAX+1];
 
 char *_os2_libdir = NULL;
 char *_os2_localealiaspath = NULL;