diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-11-09 16:04:07 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-11-09 16:47:44 -0800 |
| commit | d26a96d2bbf78dcb4b5b43bf95137731ad0db286 (patch) | |
| tree | 36e66273be4a5e4f8f05e6731ee4c961d8ad85fb /src/comp/syntax/print/pprust.rs | |
| parent | e96342820d0075099d5e3bdf5689c64ad6625a45 (diff) | |
| download | rust-d26a96d2bbf78dcb4b5b43bf95137731ad0db286.tar.gz rust-d26a96d2bbf78dcb4b5b43bf95137731ad0db286.zip | |
Add "cdecl" as synonym for "c-stack-cdecl"
Diffstat (limited to 'src/comp/syntax/print/pprust.rs')
| -rw-r--r-- | src/comp/syntax/print/pprust.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/syntax/print/pprust.rs b/src/comp/syntax/print/pprust.rs index f10d4f47516..4570b56cba9 100644 --- a/src/comp/syntax/print/pprust.rs +++ b/src/comp/syntax/print/pprust.rs @@ -405,7 +405,7 @@ fn print_item(s: ps, &&item: @ast::item) { word_nbsp(s, "\"rust-intrinsic\""); } ast::native_abi_cdecl. { - word_nbsp(s, "\"c-stack-cdecl\""); + word_nbsp(s, "\"cdecl\""); } ast::native_abi_stdcall. { word_nbsp(s, "\"stdcall\""); |
