Message-ID: <Pine.LNX.4.64.
0805131300110.9962@fractal.phys.lafayette.edu>
p4raw-id: //depot/perl@33828
#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 */