Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-12-05 17:39:04 +0300
committerCorinna Vinschen <corinna@vinschen.de>2014-12-05 17:39:04 +0300
commitce6c6a4d82f03cdc14ed72964ba718ace495ee6c (patch)
tree099723897953a6e604d5653b6fc027a5192477a6 /winsup/utils/tzmap-from-unicode.org
parent4c2380d396326bc76ccf4c640d91e26d48b4fe30 (diff)
* tzmap-from-unicode.org: Create tzmap as const.
* tzmap.h: Regenerate.
Diffstat (limited to 'winsup/utils/tzmap-from-unicode.org')
-rwxr-xr-xwinsup/utils/tzmap-from-unicode.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/tzmap-from-unicode.org b/winsup/utils/tzmap-from-unicode.org
index 9e713c3b2..a155312a8 100755
--- a/winsup/utils/tzmap-from-unicode.org
+++ b/winsup/utils/tzmap-from-unicode.org
@@ -59,7 +59,7 @@ echo "{"
echo " PCWSTR win_tzkey;"
echo " PCWSTR country;"
echo " PCWSTR posix_tzid;"
-echo "} tzmap[] ="
+echo "} const tzmap[] ="
echo "{"
wget -O - "${ZONES_FILE}" | \
{