From 9289b18119a0b8636a014a396bd0b2174ee49e3a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 8 Apr 2013 22:08:30 -0500 Subject: add some notes so i stop trying to fix things that aren't fixable yet --- src/info.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/info.rs') diff --git a/src/info.rs b/src/info.rs index e4aa546..8056180 100644 --- a/src/info.rs +++ b/src/info.rs @@ -245,6 +245,8 @@ extern mod c { } // tiparm uses varargs, which you can't bind from rust yet +// actually, you sort of probably can? there's just an llvm assertion that +// prevents multiple bindings to the same function from working (rust/#5791) #[link_name = "curses_helper"] extern mod helper { fn tiparm1(s: *c_char, p1: c_int) -> *c_char; -- cgit v1.2.3-54-g00ecf