aboutsummaryrefslogtreecommitdiff
path: root/zlib/inftrees.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-09-12 17:42:53 +0000
committerTom Tromey <tromey@gcc.gnu.org>2005-09-12 17:42:53 +0000
commitef3381664e516d137c80ebbf48c085220d5810ab (patch)
treeafad186af73219e6bb1a8cb8eac61485fb4eec97 /zlib/inftrees.h
parent3ec980b182de950223663d4a3ef65177fa887501 (diff)
downloadgcc-ef3381664e516d137c80ebbf48c085220d5810ab.zip
gcc-ef3381664e516d137c80ebbf48c085220d5810ab.tar.gz
gcc-ef3381664e516d137c80ebbf48c085220d5810ab.tar.bz2
* Imported zlib 1.2.3; merged local changes.
From-SVN: r104184
Diffstat (limited to 'zlib/inftrees.h')
-rw-r--r--zlib/inftrees.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/zlib/inftrees.h b/zlib/inftrees.h
index 82d365a..b1104c8 100644
--- a/zlib/inftrees.h
+++ b/zlib/inftrees.h
@@ -1,5 +1,5 @@
/* inftrees.h -- header to use inftrees.c
- * Copyright (C) 1995-2003 Mark Adler
+ * Copyright (C) 1995-2005 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
@@ -36,12 +36,12 @@ typedef struct {
*/
/* Maximum size of dynamic tree. The maximum found in a long but non-
- exhaustive search was 1004 code structures (850 for length/literals
- and 154 for distances, the latter actually the result of an
+ exhaustive search was 1444 code structures (852 for length/literals
+ and 592 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 {