mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
Attempt to lighten up on the use of "fatal" referring to errors
that are not fatal to the program, the circuit, and sometimes not even errors.
This commit is contained in:
@@ -1059,7 +1059,7 @@ extern void extMakeNodeNumPrint();
|
||||
|
||||
/* --------------------- Miscellaneous globals ------------------------ */
|
||||
|
||||
extern int extNumFatal; /* Number fatal errors encountered so far */
|
||||
extern int extNumErrors; /* Number of errors encountered so far */
|
||||
extern int extNumWarnings; /* Number warning messages so far */
|
||||
extern CellUse *extParentUse; /* Dummy use for def being extracted */
|
||||
extern ClientData extNbrUn; /* Ditto */
|
||||
|
||||
Reference in New Issue
Block a user