]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove obsolete TARGET_OS_MAC check
authorVladislav Shchapov <vladislav@shchapov.ru>
Sat, 23 Mar 2024 08:27:18 +0000 (13:27 +0500)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 4 Apr 2024 11:48:31 +0000 (13:48 +0200)
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
zutil.h

diff --git a/zutil.h b/zutil.h
index 20881ab25a676e8dc5fd65fd0c217704a9481563..fb27c08ee7b27cef0eb535f7c5112bf76f179d4c 100644 (file)
--- a/zutil.h
+++ b/zutil.h
@@ -103,7 +103,7 @@ extern z_const char * const PREFIX(z_errmsg)[10]; /* indexed by 2-zlib_error */
 #  define OS_CODE  6
 #endif
 
-#if defined(MACOS) || defined(TARGET_OS_MAC)
+#if defined(MACOS)
 #  define OS_CODE  7
 #endif