diff options
Diffstat (limited to 'inffast.c')
-rw-r--r-- | inffast.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,7 +8,9 @@ | |||
8 | #include "inflate.h" | 8 | #include "inflate.h" |
9 | #include "inffast.h" | 9 | #include "inffast.h" |
10 | 10 | ||
11 | #ifndef ASMINF | 11 | #ifdef ASMINF |
12 | # pragma message("Assembler code may have bugs -- use at your own risk") | ||
13 | #else | ||
12 | 14 | ||
13 | /* | 15 | /* |
14 | Decode literal, length, and distance codes and write out the resulting | 16 | Decode literal, length, and distance codes and write out the resulting |