Applied a string sort to the dump of cell uses when writing a .mag

file.  This makes the output of .mag files deterministic (except
possibly for properties, which may also need to be handled this
way).
This commit is contained in:
Tim Edwards
2022-01-31 15:30:24 -05:00
parent 45bb62de2f
commit ea80e30a8e
3 changed files with 95 additions and 8 deletions
+3 -2
View File
@@ -208,8 +208,9 @@ extern void dbFreeCellPlane();
extern void dbFreePaintPlane();
extern bool dbTechAddPaint();
extern bool dbTechAddErase();
ClientData dbTechNameLookup();
ClientData dbTechNameLookupExact();
ClientData dbTechNameLookup();
ClientData dbTechNameLookupExact();
extern int strcmpbynum();
/* --------------- Internal database technology variables ------------- */