commit e807dbbdba146fb601db1c07ce6215b3ef8b3cc6 (tree)
parent 4f74f19449e7495ce4aa3b5cbdb49c725f83e26a
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Sat, 30 May 2026 21:42:31 +0200
zig.h: remove IBM XL C/C++ detection
This should have been removed along with all traces of AIX support.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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__)