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

Rust upgrade #24

Merged
merged 3 commits into from Mar 18, 2014
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Warning police.

  • Loading branch information
jdm authored and larsbergstrom committed Mar 18, 2014
commit 4c27ef2961bb6df512df093dbf800a6bb26fdccb
2 ffi.rs
@@ -7,6 +7,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

#[allow(non_camel_case_types)];

use std::libc::{c_int, size_t, c_void, c_char};

pub static TRANSFORM_IDENTITY: c_int = 0;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.