aboutsummaryrefslogtreecommitdiff
path: root/inffast.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:03:14 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:03:14 -0700
commit4ca984fb447ac57120c394cf2fbba23837ed31c2 (patch)
tree3525a9d186dbb328209747e2d57cb9642ebca0fd /inffast.c
parent913afb9174bb474104049906c1382dec81826424 (diff)
downloadzlib-4ca984fb447ac57120c394cf2fbba23837ed31c2.tar.gz
zlib-4ca984fb447ac57120c394cf2fbba23837ed31c2.tar.bz2
zlib-4ca984fb447ac57120c394cf2fbba23837ed31c2.zip
zlib 0.8v0.8
Diffstat (limited to 'inffast.c')
-rw-r--r--inffast.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/inffast.c b/inffast.c
index 8c3e4ce..29c97e2 100644
--- a/inffast.c
+++ b/inffast.c
@@ -8,6 +8,8 @@
8#include "infutil.h" 8#include "infutil.h"
9#include "inffast.h" 9#include "inffast.h"
10 10
11struct inflate_codes_state {int dummy;}; /* for buggy compilers */
12
11/* simplify the use of the inflate_huft type with some defines */ 13/* simplify the use of the inflate_huft type with some defines */
12#define base more.Base 14#define base more.Base
13#define next more.Next 15#define next more.Next