Update to add "property parallel none" command option.

This commit is contained in:
Tim Edwards
2017-06-18 22:47:51 -04:00
parent dbcd36d3ec
commit 24cc7d0c94
3 changed files with 20 additions and 2 deletions
+1
View File
@@ -132,6 +132,7 @@ extern int IgnoreRC; /* set this to 1 to ignore capacitance and resistance */
extern int NoOutput; /* set this to 1 to disable stdout output */
extern int Composition; /* direction of composition */
extern int UnixWildcards; /* TRUE if *,?,{},[] only; false if full REGEXP */
extern int GlobalParallelNone; /* If TRUE, don't parallel combine any cells */
/* magic internal flag to restrict searches to recently placed cells */
extern int QuickSearch;
/* does re"CellDef"ing a cell add to it or overwrite it??? */