|
@@ -1,5 +1,7 @@
|
|
unit zdeflate;
|
|
unit zdeflate;
|
|
|
|
|
|
|
|
+{$goto on}
|
|
|
|
+
|
|
{ Orginal: deflate.h -- internal compression state
|
|
{ Orginal: deflate.h -- internal compression state
|
|
deflate.c -- compress data using the deflation algorithm
|
|
deflate.c -- compress data using the deflation algorithm
|
|
Copyright (C) 1995-1996 Jean-loup Gailly.
|
|
Copyright (C) 1995-1996 Jean-loup Gailly.
|
|
@@ -2115,4 +2117,4 @@ begin
|
|
deflate_slow := block_done;
|
|
deflate_slow := block_done;
|
|
end;
|
|
end;
|
|
|
|
|
|
-end.
|
|
|
|
|
|
+end.
|