From 6026396423c7239bd230a7bf9eb64c5d1b892799 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 15 Nov 2016 10:34:32 +0100 Subject: [PATCH] Add a note that the systest logic is kind of busted --- systest/build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/systest/build.rs b/systest/build.rs index 120f103e..b0ca3250 100644 --- a/systest/build.rs +++ b/systest/build.rs @@ -52,6 +52,7 @@ fn main() { format!("bio_info_cb*") } else if s == "_STACK" { format!("struct stack_st") + // This logic should really be cleaned up } else if is_struct && s != "point_conversion_form_t" && s.chars().next().unwrap().is_lowercase() { format!("struct {}", s) } else {