diff options
Diffstat (limited to 'inffast.c')
-rw-r--r-- | inffast.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ | |||
8 | #include "infutil.h" | 8 | #include "infutil.h" |
9 | #include "inffast.h" | 9 | #include "inffast.h" |
10 | 10 | ||
11 | struct 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 |