aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <[email protected]>2011-02-28 17:33:46 -0500
committerRafael Ávila de Espíndola <[email protected]>2011-02-28 17:33:46 -0500
commita172f5aef5f7d26fba9dbf94a1ade60d6d62ba74 (patch)
treeaf9847dd7baea9053bf32a6057f3ae4c0a071cdb /src/Makefile
parentUpdate the function declarations with rust abi. A cdecl (diff)
downloadrust-a172f5aef5f7d26fba9dbf94a1ade60d6d62ba74.tar.xz
rust-a172f5aef5f7d26fba9dbf94a1ade60d6d62ba74.zip
Declare wrappers to the native functions and use those to create
the fn/closure pairs. Disable native2.rs for now as we are not yet defining the wrappers and it fails to link.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index e189c8d0..6659297e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -491,6 +491,7 @@ TEST_XFAILS_RUSTC := $(CONST_TAG_XFAILS) \
mlist-cycle.rs \
mlist.rs \
mutable-alias-vec.rs \
+ native2.rs \
native-opaque-type.rs \
obj-as.rs \
obj-dtor.rs \