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

Replace `i8` with `libc::c_char` #179

Merged
merged 1 commit into from Jul 23, 2015
Merged

Replace `i8` with `libc::c_char` #179

merged 1 commit into from Jul 23, 2015

Commits on Jul 22, 2015

  1. Replace `i8` with `libc::c_char`

    It is definitely suboptimal to manually edit autogenerated code and
    surely incomplete but, at least, gets servo build on platforms
    where char is unsigned (e.g., on aarch64).
    
    It would be great if a future version of bindgen could generate
    `libc::c_char` at the right places.
    akosthekiss committed Jul 22, 2015
You can’t perform that action at this time.