[3.14] gh-91048: Correct Apple platform includes for iOS. (GH-134712) by miss-islington · Pull Request #134714 · python/cpython
This was referenced
| #endif | ||
|
|
||
| #if defined(__APPLE__) && TARGET_OS_OSX | ||
| #if defined(__APPLE__) && defined(TARGET_OS_OSX) && TARGET_OS_OSX |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For future reference, this is unnecessary, as undefined preprocessor symbols are always treated as if they have the value 0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters