summaryrefslogtreecommitdiffstats
path: root/compat/zlib/inffast.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-03 10:43:32 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-03 10:43:32 (GMT)
commitbb26d0f8e56031df2d501621e957a8069a7b0cee (patch)
treed106ca1df1d76d2e34e97a5608305f757851906d /compat/zlib/inffast.c
parent4395e77d2723127865371a24efadb967a9617239 (diff)
downloadtcl-bb26d0f8e56031df2d501621e957a8069a7b0cee.zip
tcl-bb26d0f8e56031df2d501621e957a8069a7b0cee.tar.gz
tcl-bb26d0f8e56031df2d501621e957a8069a7b0cee.tar.bz2
Update zlib to version 1.2.10. Dll's and *.lib files not updated yet
Diffstat (limited to 'compat/zlib/inffast.c')
-rw-r--r--compat/zlib/inffast.c4
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