Files
clang-p2996/flang/runtime/extensions.cpp
Kelvin Li 8b6b882f27 [flang] allow _POSIX_SOURCE to be defined without a value (#78179)
The `_POSIX_SOURCE` macro is defined without a value on AIX. Change the check to `defined(_POSIX_SOURCE)`.
2024-01-15 16:54:51 -05:00

3.6 KiB