diff options
author | Mark Adler <fork@madler.net> | 2022-10-06 12:52:49 -0700 |
---|---|---|
committer | Mark Adler <fork@madler.net> | 2022-10-06 20:43:09 -0700 |
commit | d0704a820186481da35d08f4b655881e1d32089f (patch) | |
tree | 6b4365d354376de1e2fd10f1687e2daf48efb73a /zutil.c | |
parent | 095da07753035a2b80654553e1cad92d1dee1481 (diff) | |
download | zlib-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |