lang: fix lots of compiler warnings/errors
This commit is contained in:
@@ -102,7 +102,7 @@ struct ivy_ast_msgh_node {
|
||||
struct ivy_ast_node n_base;
|
||||
struct ivy_ast_selector_node *n_sel;
|
||||
/* expressions to evaluate when lambda is executed. */
|
||||
struct ivy_ast_block_node *n_body;
|
||||
struct ivy_ast_node *n_body;
|
||||
};
|
||||
|
||||
struct ivy_ast_property_node {
|
||||
|
||||
Reference in New Issue
Block a user