From d0704a820186481da35d08f4b655881e1d32089f Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Thu, 6 Oct 2022 12:52:49 -0700 Subject: 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. --- zutil.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zutil.c') 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() #ifdef ZLIB_DEBUG flags += 1 << 8; #endif + /* #if defined(ASMV) || defined(ASMINF) flags += 1 << 9; #endif + */ #ifdef ZLIB_WINAPI flags += 1 << 10; #endif -- cgit v1.2.3-55-g6feb