mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-30 01:48:43 +02:00
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:
@@ -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 ------------- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user