Skip to content
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

Fix for signed types on iOS/MacOS #34

Merged
merged 2 commits into from Jan 21, 2016

Conversation

jasonvasquez
Copy link

On iOS/MacOS (at least with current SDKs), MacTypes.h does declare UInt8/UInt16/etc for unsigned types. But, for signed types, MacTypes.h defines them as SInt8/etc, rather than the Int8 that the rest of the codebase expects. This simply adds some typedefs for the signed types.

(Also, there was a minor error in the same block with a comment that accidentally was prefixed with #, so the preprocessor was attempting to pick it up)

sgodin added a commit that referenced this pull request Jan 21, 2016
@sgodin sgodin merged commit d212b35 into resiprocate:master Jan 21, 2016
@sgodin
Copy link
Member

sgodin commented Jan 21, 2016

Thanks for the contribution Jason!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants