Delect class_new and print "sorry" message.

This commit is contained in:
Stephen Williams 2012-11-03 08:40:03 -07:00
parent 5651e6e001
commit 0ccb1b4990
1 changed files with 4 additions and 0 deletions

View File

@ -815,6 +815,10 @@ class_new /* IEEE1800-2005 A.2.4 */
{ yyerror(@1, "sorry: class_new not implemented yet.");
$$ = 0;
}
| K_new
{ yyerror(@1, "sorry: class_new not implemented yet.");
$$ = 0;
}
;
constraint_block_item /* IEEE1800-2005 A.1.9 */