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/cjkcodecs.h | |
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/cjkcodecs.h')
-rw-r--r-- | Modules/cjkcodecs/cjkcodecs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/cjkcodecs/cjkcodecs.h b/Modules/cjkcodecs/cjkcodecs.h index 7d7ad81..32ac144 100644 --- a/Modules/cjkcodecs/cjkcodecs.h +++ b/Modules/cjkcodecs/cjkcodecs.h @@ -2,7 +2,7 @@ * cjkcodecs.h: common header for cjkcodecs * * Written by Hye-Shik Chang <perky@FreeBSD.org> - * $CJKCodecs: cjkcodecs.h,v 1.5 2004/07/06 17:05:24 perky Exp $ + * $CJKCodecs: cjkcodecs.h,v 1.6 2004/07/18 15:22:31 perky Exp $ */ #ifndef _CJKCODECS_H_ @@ -230,7 +230,7 @@ static const struct dbcs_map *mapping_list; }, #define END_CODECS_LIST \ {"", NULL,} }; \ - static const MultibyteCodec *codec_list = \ + static const MultibyteCodec *codec_list = \ (const MultibyteCodec *)_codec_list; static PyObject * |