aboutsummaryrefslogtreecommitdiffstats
path: root/src/info.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/info.rs')
-rw-r--r--src/info.rs2
1 files changed, 2 insertions, 0 deletions
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;