defined _AIX -> defined(_AIX)

This commit is contained in:
Frank Denis
2026-04-05 21:26:27 +02:00
parent 591326921c
commit 7fd99d8800
+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>