Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove #[repr(C)] on type #1

Merged
merged 1 commit into from
Sep 29, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use libc::{c_void,c_uint,c_long,c_ulong,c_int,c_char,c_double,FILE};
pub static CUDD_TRUE: c_uint = 1;
pub static CUDD_FALSE: c_uint = 0;

#[repr(C)]
pub type CUDD_VALUE_TYPE = c_double;

pub static CUDD_OUT_OF_MEM: c_int = -1;
Expand Down