Merge branch 'work' into tomerge

This commit is contained in:
Tim Edwards 2018-01-30 10:03:05 -05:00
commit 393492982b
1 changed files with 1 additions and 1 deletions

View File

@ -1112,7 +1112,7 @@ DefReadComponents(f, rootDef, sname, oscale, total)
if ((defMacro == NULL) || ((defUse = DBCellNewUse(defMacro, usename)) if ((defMacro == NULL) || ((defUse = DBCellNewUse(defMacro, usename))
== NULL)) == NULL))
{ {
LefEndStatement(f); if (defMacro != NULL) LefEndStatement(f);
break; break;
} }
DBLinkCell(defUse, rootDef); DBLinkCell(defUse, rootDef);