Remove native "cdecl" ABI
This commit is contained in:
parent
d536bc2c10
commit
4f3f04643f
8 changed files with 5 additions and 16 deletions
|
|
@ -51,8 +51,7 @@ fn visit_view_item(e: env, i: @ast::view_item) {
|
|||
fn visit_item(e: env, i: @ast::item) {
|
||||
alt i.node {
|
||||
ast::item_native_mod(m) {
|
||||
if m.abi != ast::native_abi_cdecl &&
|
||||
m.abi != ast::native_abi_c_stack_cdecl &&
|
||||
if m.abi != ast::native_abi_c_stack_cdecl &&
|
||||
m.abi != ast::native_abi_c_stack_stdcall {
|
||||
ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue