Compress/Raw/Zlib/Zlib.xs // comment fix
Andy Dougherty [Tue, 13 May 2008 13:01:45 +0000 (09:01 -0400)]
Message-ID: <Pine.LNX.4.64.0805131300110.9962@fractal.phys.lafayette.edu>

p4raw-id: //depot/perl@33828

ext/Compress/Raw/Zlib/Zlib.xs

index 3386f7f..d4ded8c 100644 (file)
@@ -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 */