develooper Front page | perl.perl5.porters | Postings from May 2008

[PATCH] Compress/Raw/Zlib/Zlib.xs // comment fix

Thread Next
From:
Andy Dougherty
Date:
May 13, 2008 10:01
Subject:
[PATCH] Compress/Raw/Zlib/Zlib.xs // comment fix
Message ID:
Pine.LNX.4.64.0805131300110.9962@fractal.phys.lafayette.edu
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.edu


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About