This replaces a // comment with the old-style /* */ diff -r -u perl-current/ext/Compress/Raw/Zlib/Zlib.xs perl-cc/ext/Compress/Raw/Zlib/Zlib.xs --- perl-current/ext/Compress/Raw/Zlib/Zlib.xs Sat May 10 16:10:58 2008 +++ perl-andy/ext/Compress/Raw/Zlib/Zlib.xs Tue May 13 11:27:49 2008 @@ -233,7 +233,7 @@ #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 */ -- Andy Dougherty doughera@lafayette.eduThread Next