Commit 87fa9510 87fa9510e152b13b163950afd8061d1f6e452669 by Sergey Poznyakoff

(cond production): added missing semicolon, required by modern yaccs.

1 parent e2f89cdb
......@@ -298,6 +298,7 @@ cond : cond_expr
mh_code_op (mhop_num_branch);
$$ = mh_code_op (0);
}
;
cond_expr : component
| funcall
......