Skip to content

Add missing DISPATCH_COCOA_COMPAT preprocessor symbol. #537

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 14, 2020

Conversation

3405691582
Copy link
Member

_dispatch_runloop_queue_xref_dispose is declared in src/queue_internal.h
but the declaration is hidden behind DISPATCH_COCOA_COMPAT. This means
the call to _dispatch_runloop_queue_xref_dispose must also be put behind
this preprocessor symbol.

_dispatch_runloop_queue_xref_dispose is declared in src/queue_internal.h
but the declaration is hidden behind DISPATCH_COCOA_COMPAT. This means
the call to _dispatch_runloop_queue_xref_dispose must also be put behind
this preprocessor symbol.
@3405691582 3405691582 force-pushed the MissingDispatchCocoaCompat branch from 7e4050f to 0131ae3 Compare February 1, 2020 02:07
Copy link
Member

@compnerd compnerd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Must've missed it

@compnerd
Copy link
Member

compnerd commented Feb 4, 2020

CC: @ktopley-apple

@compnerd compnerd merged commit 457b110 into swiftlang:master Aug 14, 2020
rokhinip pushed a commit that referenced this pull request Nov 5, 2021
Add missing DISPATCH_COCOA_COMPAT preprocessor symbol.

Signed-off-by: Rokhini Prabhu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants