defined _AIX -> defined(_AIX)

This commit is contained in:
Frank Denis
2026-04-04 22:05:00 +02:00
parent bd6402c5db
commit d44576d85a
+1 -1
View File
@@ -34,7 +34,7 @@
# elif !defined(alloca)
# if defined(__clang__) || defined(__GNUC__)
# define alloca __builtin_alloca
# elif defined _AIX
# elif defined(_AIX)
# define alloca __alloca
# elif defined _MSC_VER
# include <malloc.h>