Change 33828 by [EMAIL PROTECTED] on 2008/05/15 11:38:59

        Subject: [PATCH] Compress/Raw/Zlib/Zlib.xs  // comment fix
        From: Andy Dougherty <[EMAIL PROTECTED]>
        Date: Tue, 13 May 2008 13:01:45 -0400 (EDT)
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/ext/Compress/Raw/Zlib/Zlib.xs#10 edit

Differences ...

==== //depot/perl/ext/Compress/Raw/Zlib/Zlib.xs#10 (text) ====
Index: perl/ext/Compress/Raw/Zlib/Zlib.xs
--- perl/ext/Compress/Raw/Zlib/Zlib.xs#9~33816~ 2008-05-10 13:04:34.000000000 
-0700
+++ perl/ext/Compress/Raw/Zlib/Zlib.xs  2008-05-15 04:38:59.000000000 -0700
@@ -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 */
End of Patch.

Reply via email to