Corrected an error that accidentally misses an input line from a
LEF macro if the FOREIGN statement ends without the optional coordinates.
This commit is contained in:
parent
0301bdec9e
commit
8d762b4f59
|
|
@ -2365,7 +2365,7 @@ origin_error:
|
|||
* importForiegn.
|
||||
*/
|
||||
}
|
||||
LefEndStatement(f);
|
||||
if (result != -1) LefEndStatement(f);
|
||||
break;
|
||||
foreign_error:
|
||||
LefError(LEF_ERROR, "Bad origin in macro FOREIGN; requires "
|
||||
|
|
|
|||
Loading…
Reference in New Issue