Configure fix and warning fix for Go
This commit is contained in:
parent
32bb4dcd6d
commit
7fa1058a8a
2 changed files with 59 additions and 55 deletions
|
|
@ -6314,7 +6314,7 @@ private:
|
|||
|
||||
String *ct = Getattr(n, "emit:cgotype");
|
||||
if (ct) {
|
||||
*c_struct_type = (bool)Getattr(n, "emit:cgotypestruct");
|
||||
*c_struct_type = Getattr(n, "emit:cgotypestruct") ? true : false;
|
||||
return Copy(ct);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue