fixes, added 's' option

This commit is contained in:
ceriel
1987-06-23 17:12:25 +00:00
parent ef7fd61029
commit 746f94368d
6 changed files with 107 additions and 104 deletions

View File

@@ -43,6 +43,7 @@ DoOption(text)
case 'p': /* call procentry/procexit */
case 'n': /* no register messages */
case 'x': /* every name global */
case 's': /* symmetric: MIN(INTEGER) = -MAX(INTEGER) */
options[text[-1]]++;
break;