[flang-commits] [flang] [flang] allow _POSIX_SOURCE to be defined without a value (PR #78179)

Peter Klausler via flang-commits flang-commits at lists.llvm.org
Mon Jan 15 08:48:11 PST 2024


https://github.com/klausler approved this pull request.

The old-school idiom for this would be `(_POSIX_SOURCE+0)`.

You don't need the parentheses with `defined`.

https://github.com/llvm/llvm-project/pull/78179


More information about the flang-commits mailing list