You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
avoid requiring __DISPATCH_BUILDING_SWIFT_MODULE__ macro on Linux
Instead of using a special macro, check for __has_feature(modules) to
activate including stdio.h in dispatch.h on Linux.
Also, fix one place where OS_OBJECT_SWIFT_3 was used outside of an
OS_OBJECT_USE_OBJC block (to prepare for SWIFT_SDK_OVERLAY_DISPATCH_EPOCH
being defined by the clang importer on non-Darwin platforms).
Signed-off-by: Daniel A. Steffen <[email protected]>
0 commit comments