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