Removed redundant comment.
This commit is contained in:
parent
2605a5f5ff
commit
e2a635e95f
|
@ -80,7 +80,6 @@ static std::stack<BranchCaseList*> branchCaseStack;
|
||||||
%type<typeval> TYPENAME
|
%type<typeval> TYPENAME
|
||||||
|
|
||||||
%type<statementval> statement
|
%type<statementval> statement
|
||||||
// This is not nice :\ used to carry the else body
|
|
||||||
%type<statlistval> branch_body
|
%type<statlistval> branch_body
|
||||||
%type<assertval> assert_stmt
|
%type<assertval> assert_stmt
|
||||||
%type<callval> fun_call
|
%type<callval> fun_call
|
||||||
|
|
Reference in New Issue
Block a user