From e888f1834b88270590b7e04d64c03c75863e4565 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 13:17:58 +0300 Subject: Move to gawk-3.1.2. --- intl/os2compat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intl/os2compat.c') diff --git a/intl/os2compat.c b/intl/os2compat.c index 3ca82666..c8dc33e7 100644 --- a/intl/os2compat.c +++ b/intl/os2compat.c @@ -39,7 +39,7 @@ _nl_getenv (const char *name) } /* A fixed size buffer. */ -char _nl_default_dirname__[MAXPATHLEN+1]; +char libintl_nl_default_dirname[MAXPATHLEN+1]; char *_nlos2_libdir = NULL; char *_nlos2_localealiaspath = NULL; @@ -94,5 +94,5 @@ nlos2_initialize () } if (strlen (_nlos2_localedir) <= MAXPATHLEN) - strcpy (_nl_default_dirname__, _nlos2_localedir); + strcpy (libintl_nl_default_dirname, _nlos2_localedir); } -- cgit v1.2.3