fixed the yacc JMF without boolean variable
このコミットが含まれているのは:
コミット
c8f53d34b8
1個のファイルの変更、1行の追加、1行の削除
2
yacc.y
2
yacc.y
|
|
@ -121,7 +121,7 @@ IfStatement : tIF Condition IfStatement1 InnerBlock tELSE {
|
|||
int current = getCurrentLineNumber() ; printf("%d, %d",$1, current);setJumpLine($1, current);
|
||||
}
|
||||
| tIF Condition IfStatement1 InnerBlock {
|
||||
int current = getCurrentLineNumber(); printf("current Line %d", current); setJumpLine($3, current);
|
||||
setConditionAddr($3,$2); int current = getCurrentLineNumber(); printf("current Line %d", current); setJumpLine($3, current);
|
||||
};
|
||||
|
||||
WhileStatement : tWHILE {
|
||||
|
|
|
|||
読み込み中…
新しいイシューから参照