Add a note that the systest logic is kind of busted

This commit is contained in:
Steven Fackler 2016-11-15 10:34:32 +01:00
parent 6794a45d60
commit 6026396423
1 changed files with 1 additions and 0 deletions

View File

@ -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 {