summaryrefslogtreecommitdiff
path: root/inffast.c
diff options
context:
space:
mode:
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