about summary refs log tree commit diff
path: root/src/libstd/num
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-10-14 07:26:47 -0700
committerbors <bors@rust-lang.org>2013-10-14 07:26:47 -0700
commitc8e77d5586aed50821e0b9361b2e24c96ade816c (patch)
treefe5ccc6b0b4ccbbd70cf48925e22cccf3d3c0a72 /src/libstd/num
parentb571039021e031888cea4e0b53d8f9b4e81c6d31 (diff)
parent309ab958e6cf78caf188f6dcbf9ce35d9ba62468 (diff)
downloadrust-c8e77d5586aed50821e0b9361b2e24c96ade816c.tar.gz
rust-c8e77d5586aed50821e0b9361b2e24c96ade816c.zip
auto merge of #9606 : steveklabnik/rust/abi_removal, r=alexcrichton
They've been replaced by putting the name on the extern block.

  #[abi = "foo"]

goes to

  extern "foo" { }

Closes #9483.
Diffstat (limited to 'src/libstd/num')
-rw-r--r--src/libstd/num/cmath.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/num/cmath.rs b/src/libstd/num/cmath.rs
index 0c515538266..72051a93398 100644
--- a/src/libstd/num/cmath.rs
+++ b/src/libstd/num/cmath.rs
@@ -18,7 +18,6 @@ pub mod c_double_utils {
     use libc::{c_double, c_int};
 
     #[link_name = "m"]
-    #[abi = "cdecl"]
     extern {
         // Alpabetically sorted by link_name
 
@@ -107,7 +106,6 @@ pub mod c_float_utils {
     use libc::{c_float, c_int};
 
     #[link_name = "m"]
-    #[abi = "cdecl"]
     extern {
         // Alpabetically sorted by link_name