Rename "c-stack-stdcall" ABI to "stdcall"
This commit is contained in:
parent
b7ab28b50f
commit
0d9e32d70d
2 changed files with 1 additions and 3 deletions
|
|
@ -2010,8 +2010,6 @@ fn parse_item_native_mod(p: parser, attrs: [ast::attribute]) -> @ast::item {
|
|||
abi = ast::native_abi_rust_intrinsic;
|
||||
} else if str::eq(t, "cdecl") {
|
||||
abi = ast::native_abi_cdecl;
|
||||
} else if str::eq(t, "c-stack-stdcall") {
|
||||
abi = ast::native_abi_stdcall;
|
||||
} else if str::eq(t, "stdcall") {
|
||||
abi = ast::native_abi_stdcall;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue