From e807dbbdba146fb601db1c07ce6215b3ef8b3cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sat, 30 May 2026 21:42:31 +0200 Subject: [PATCH] zig.h: remove IBM XL C/C++ detection This should have been removed along with all traces of AIX support. --- lib/zig.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/zig.h b/lib/zig.h index ed615e9e7210bd9fc249011f1820ed1f822ca048..8f68ba916b0218c18b77247473f36b4878aa1da2 100644 --- a/lib/zig.h +++ b/lib/zig.h @@ -11,8 +11,6 @@ #elif defined(__GNUC__) #define zig_gcc #define zig_gnuc -#elif defined(__IBMC__) -#define zig_xlc #elif defined(__TINYC__) #define zig_tinyc #elif defined(__slimcc__) -- 2.54.0