Merge branch 'work' into tomerge
This commit is contained in:
commit
393492982b
|
|
@ -1112,7 +1112,7 @@ DefReadComponents(f, rootDef, sname, oscale, total)
|
|||
if ((defMacro == NULL) || ((defUse = DBCellNewUse(defMacro, usename))
|
||||
== NULL))
|
||||
{
|
||||
LefEndStatement(f);
|
||||
if (defMacro != NULL) LefEndStatement(f);
|
||||
break;
|
||||
}
|
||||
DBLinkCell(defUse, rootDef);
|
||||
|
|
|
|||
Loading…
Reference in New Issue