pike.git/
src/
modules/
Gz/
zlibmod.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-05-07
1998-05-07 23:51:43 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
3568260958e0cf1f4b17e705d59da99c16c02821 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
fixed to work on NT
Rev: src/modules/Gz/zlibmod.c:1.21
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: zlibmod.c,v 1.
20
1998/
04
/
29
23:
17
:
24
grubba
Exp $");
+
RCSID("$Id: zlibmod.c,v 1.
21
1998/
05
/
07
23:
51
:
43
hubbe
Exp $");
#include "zlib_machine.h"
39:
#define BUF 32768 #define MAX_BUF (64*BUF)
+
#undef THIS
#define THIS ((struct zipper *)(fp->current_storage)) static void gz_deflate_create(INT32 args)