30 lines
801 B
Diff
30 lines
801 B
Diff
From 24a4a6969dd304e3496746732461abfbd2262cf4 Mon Sep 17 00:00:00 2001
|
|
From: Mark Adler <fork@madler.net>
|
|
Date: Tue, 30 Aug 2022 18:39:10 +0800
|
|
Subject: [PATCH] test
|
|
|
|
Conflict:NA
|
|
Reference:https://sources.debian.org/src/zlib/1%3A1.2.2-4.sarge.2/debian/patches/021-enough/
|
|
---
|
|
inftrees.h | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/inftrees.h b/inftrees.h
|
|
index 82d365a..5cdcf8f 100644
|
|
--- a/inftrees.h
|
|
+++ b/inftrees.h
|
|
@@ -40,8 +40,8 @@ typedef struct {
|
|
and 154 for distances, the latter actually the result of an
|
|
exhaustive search). The true maximum is not known, but the value
|
|
below is more than safe. */
|
|
-#define ENOUGH 1440
|
|
-#define MAXD 154
|
|
+#define ENOUGH 2048
|
|
+#define MAXD 592
|
|
|
|
/* Type of code to build for inftable() */
|
|
typedef enum {
|
|
--
|
|
2.27.0
|
|
|