This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d195d98
)
Compress/Raw/Zlib/Zlib.xs // comment fix
author
Andy Dougherty
<doughera@lafayette.edu>
Tue, 13 May 2008 13:01:45 +0000
(09:01 -0400)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
Thu, 15 May 2008 11:38:59 +0000
(11:38 +0000)
Message-ID: <Pine.LNX.4.64.
0805131300110
.9962@fractal.phys.lafayette.edu>
p4raw-id: //depot/perl@33828
ext/Compress/Raw/Zlib/Zlib.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/Compress/Raw/Zlib/Zlib.xs
b/ext/Compress/Raw/Zlib/Zlib.xs
index
3386f7f
..
d4ded8c
100644
(file)
--- a/
ext/Compress/Raw/Zlib/Zlib.xs
+++ b/
ext/Compress/Raw/Zlib/Zlib.xs
@@
-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 */