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
dispatch: extract DISPATCH_EXTERN from the DISPATCH_EXPORT macro
This extracts a new `DISPATCH_EXTERN` macro from the existing definition
of `DISPATCH_EXPORT`. This follows the standard style of many of
Darwin's frameworks. Extracting and re-using this macro allows us to
make the definition of `DISPATCH_EXPORT` more concise.
0 commit comments