Use -> arrow for the return types
This commit is contained in:
@ -50,7 +50,7 @@ namespace gcc
|
||||
tree lhs_type = TREE_TYPE(lhs);
|
||||
tree rhs_type = TREE_TYPE(rhs);
|
||||
|
||||
return (is_pointer_type(lhs_type) && rhs == null_pointer_node)
|
||||
return (is_pointer_type(lhs_type) && rhs == elna_pointer_nil_node)
|
||||
|| (is_pointer_type(lhs_type) && lhs_type == rhs_type);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user