Unverified Commit 8b6b882f authored by Kelvin Li's avatar Kelvin Li Committed by GitHub
Browse files

[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)`. 
parent ab33c0b9
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment