diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2004-08-19 17:49:56 (GMT) |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2004-08-19 17:49:56 (GMT) |
commit | f5a149a6b60fbea17177a1a015dc6d3f0fc24490 (patch) | |
tree | 7bce3487c476b1fcc8f394eae7b17689072a233a /Modules/cjkcodecs/_codecs_hk.c | |
parent | 026f8dc103da360b4edea5128f3939a6b660e2f2 (diff) | |
download | cpython-f5a149a6b60fbea17177a1a015dc6d3f0fc24490.zip cpython-f5a149a6b60fbea17177a1a015dc6d3f0fc24490.tar.gz cpython-f5a149a6b60fbea17177a1a015dc6d3f0fc24490.tar.bz2 |
Bug #1005737, #1007249: Fix several build problems and warnings
found on legacy C compilers of HP-UX, IRIX and Tru64. (Reported
by roadkill, Richard Townsend, Maik Hertha and Minsik Kim)
Diffstat (limited to 'Modules/cjkcodecs/_codecs_hk.c')
-rw-r--r-- | Modules/cjkcodecs/_codecs_hk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/cjkcodecs/_codecs_hk.c b/Modules/cjkcodecs/_codecs_hk.c index 9daa87f..8744167 100644 --- a/Modules/cjkcodecs/_codecs_hk.c +++ b/Modules/cjkcodecs/_codecs_hk.c @@ -2,7 +2,7 @@ * _codecs_hk.c: Codecs collection for encodings from Hong Kong * * Written by Hye-Shik Chang <perky@FreeBSD.org> - * $CJKCodecs: _codecs_hk.c,v 1.3 2004/07/07 14:59:26 perky Exp $ + * $CJKCodecs: _codecs_hk.c,v 1.4 2004/07/18 04:44:27 perky Exp $ */ #define USING_IMPORTED_MAPS |