zig.h: remove IBM XL C/C++ detection
This should have been removed along with all traces of AIX support.
1 files changed, 0 insertions(+), 2 deletions(-)
lib
lib/zig.h-2
| ... | @@ -11,8 +11,6 @@ | ... | @@ -11,8 +11,6 @@ |
| 11 | #elif defined(__GNUC__) | 11 | #elif defined(__GNUC__) |
| 12 | #define zig_gcc | 12 | #define zig_gcc |
| 13 | #define zig_gnuc | 13 | #define zig_gnuc |
| 14 | #elif defined(__IBMC__) | | |
| 15 | #define zig_xlc | | |
| 16 | #elif defined(__TINYC__) | 14 | #elif defined(__TINYC__) |
| 17 | #define zig_tinyc | 15 | #define zig_tinyc |
| 18 | #elif defined(__slimcc__) | 16 | #elif defined(__slimcc__) |