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

Use `::libc::c_char` instead of `i8` #2

Merged
merged 1 commit into from Jul 22, 2015
Merged

Conversation

@akosthekiss
Copy link
Contributor

akosthekiss commented Jul 22, 2015

Some platforms have unsigned chars, there using i8 causes
compilation errors.

@pcwalton
Copy link
Collaborator

pcwalton commented Jul 22, 2015

Conflicts now with my Linux rewrite; could you redo this? Thanks :)

Some platforms have unsigned chars, there using `i8` causes
compilation errors.
@akosthekiss akosthekiss force-pushed the akosthekiss:u8-c_char branch from f55bb56 to 4479287 Jul 22, 2015
@akosthekiss
Copy link
Contributor Author

akosthekiss commented Jul 22, 2015

Redone :)

pcwalton added a commit that referenced this pull request Jul 22, 2015
Use `::libc::c_char` instead of `i8`
@pcwalton pcwalton merged commit 7b3a330 into servo:master Jul 22, 2015
@akosthekiss akosthekiss deleted the akosthekiss:u8-c_char branch Jul 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.