diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-04 11:55:28 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-04 11:55:28 (GMT) |
commit | 2d45ce8f574a9204a0462d5e27867fda53f09f05 (patch) | |
tree | e6ce8cd0415ba16e354de2c7599c45887540bef1 /compat/zlib/inffast.c | |
parent | be0289c6ab1c90cdc651dd4219d6566e68ff5d3e (diff) | |
parent | bb26d0f8e56031df2d501621e957a8069a7b0cee (diff) | |
download | tcl-2d45ce8f574a9204a0462d5e27867fda53f09f05.zip tcl-2d45ce8f574a9204a0462d5e27867fda53f09f05.tar.gz tcl-2d45ce8f574a9204a0462d5e27867fda53f09f05.tar.bz2 |
merge core-8-6-branch
Diffstat (limited to 'compat/zlib/inffast.c')
-rw-r--r-- | compat/zlib/inffast.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compat/zlib/inffast.c b/compat/zlib/inffast.c index a15876d..29eb7d8 100644 --- a/compat/zlib/inffast.c +++ b/compat/zlib/inffast.c @@ -8,7 +8,9 @@ #include "inflate.h" #include "inffast.h" -#ifndef ASMINF +#ifdef ASMINF +# pragma message("Assembler code may have bugs -- use at your own risk") +#else /* Decode literal, length, and distance codes and write out the resulting |