diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2014-12-05 14:39:04 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2014-12-05 14:39:04 +0000 |
commit | ce6c6a4d82f03cdc14ed72964ba718ace495ee6c (patch) | |
tree | 099723897953a6e604d5653b6fc027a5192477a6 /winsup/utils/tzmap-from-unicode.org | |
parent | 4c2380d396326bc76ccf4c640d91e26d48b4fe30 (diff) | |
download | cygnal-ce6c6a4d82f03cdc14ed72964ba718ace495ee6c.tar.gz cygnal-ce6c6a4d82f03cdc14ed72964ba718ace495ee6c.tar.bz2 cygnal-ce6c6a4d82f03cdc14ed72964ba718ace495ee6c.zip |
* tzmap-from-unicode.org: Create tzmap as const.
* tzmap.h: Regenerate.
Diffstat (limited to 'winsup/utils/tzmap-from-unicode.org')
-rwxr-xr-x | winsup/utils/tzmap-from-unicode.org | 2 |
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}" | \ { |