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:
R. Timothy Edwards 2025-08-20 15:01:57 -04:00
parent 0301bdec9e
commit 8d762b4f59
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8.3.543 8.3.544

View File

@ -2365,7 +2365,7 @@ origin_error:
* importForiegn. * importForiegn.
*/ */
} }
LefEndStatement(f); if (result != -1) LefEndStatement(f);
break; break;
foreign_error: foreign_error:
LefError(LEF_ERROR, "Bad origin in macro FOREIGN; requires " LefError(LEF_ERROR, "Bad origin in macro FOREIGN; requires "