mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
defined _AIX -> defined(_AIX)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user