aboutsummaryrefslogtreecommitdiff
path: root/zutil.c
diff options
context:
space:
mode:
authorMark Adler <fork@madler.net>2022-10-06 12:52:49 -0700
committerMark Adler <fork@madler.net>2022-10-06 20:43:09 -0700
commitd0704a820186481da35d08f4b655881e1d32089f (patch)
tree6b4365d354376de1e2fd10f1687e2daf48efb73a /zutil.c
parent095da07753035a2b80654553e1cad92d1dee1481 (diff)
downloadzlib-d0704a820186481da35d08f4b655881e1d32089f.tar.gz
zlib-d0704a820186481da35d08f4b655881e1d32089f.tar.bz2
zlib-d0704a820186481da35d08f4b655881e1d32089f.zip
Remove deleted assembler code references.
The code was removed, but the builds that used the code were not updated. This fixes that. Thanks to Adenilson and toxieainc for the patches.
Diffstat (limited to 'zutil.c')
-rw-r--r--zutil.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/zutil.c b/zutil.c
index ec2edac..9543ae8 100644
--- a/zutil.c
+++ b/zutil.c
@@ -61,9 +61,11 @@ uLong ZEXPORT zlibCompileFlags()
61#ifdef ZLIB_DEBUG 61#ifdef ZLIB_DEBUG
62 flags += 1 << 8; 62 flags += 1 << 8;
63#endif 63#endif
64 /*
64#if defined(ASMV) || defined(ASMINF) 65#if defined(ASMV) || defined(ASMINF)
65 flags += 1 << 9; 66 flags += 1 << 9;
66#endif 67#endif
68 */
67#ifdef ZLIB_WINAPI 69#ifdef ZLIB_WINAPI
68 flags += 1 << 10; 70 flags += 1 << 10;
69#endif 71#endif