From: Andy Dougherty Date: Tue, 13 May 2008 13:01:45 +0000 (-0400) Subject: Compress/Raw/Zlib/Zlib.xs // comment fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d5e10e571adfdb29dfcd8ab6696ddb55454c89bd;p=p5sagit%2Fp5-mst-13.2.git Compress/Raw/Zlib/Zlib.xs // comment fix Message-ID: p4raw-id: //depot/perl@33828 --- diff --git a/ext/Compress/Raw/Zlib/Zlib.xs b/ext/Compress/Raw/Zlib/Zlib.xs index 3386f7f..d4ded8c 100644 --- a/ext/Compress/Raw/Zlib/Zlib.xs +++ b/ext/Compress/Raw/Zlib/Zlib.xs @@ -233,7 +233,7 @@ typedef di_stream * Compress__Raw__Zlib__inflateScanStream ; #define adlerInitial adler32(0L, Z_NULL, 0) #define crcInitial crc32(0L, Z_NULL, 0) -//static const char * const my_z_errmsg[] = { +/* static const char * const my_z_errmsg[] = { */ static const char my_z_errmsg[][32] = { "need dictionary", /* Z_NEED_DICT 2 */ "stream end", /* Z_STREAM_END 1 */