Hi Steve,
+ else_stmt->expr1 = NULL; + else_stmt->next = c_if1; + else_stmt->block = NULL; + else_stmt->next = c_if1;Is one of the else_stmt->next = c_if1; redundant?
Definitely. I'll take it out when I commit the patch. Thomas
Hi Steve,
+ else_stmt->expr1 = NULL; + else_stmt->next = c_if1; + else_stmt->block = NULL; + else_stmt->next = c_if1;Is one of the else_stmt->next = c_if1; redundant?
Definitely. I'll take it out when I commit the patch. Thomas