added EX_SIDEEFFECTS, options['p'] --> ! options['L'], fixed some bugs

This commit is contained in:
ceriel
1987-01-14 09:58:51 +00:00
parent 9fd7fe29a2
commit b559db4ed4
10 changed files with 51 additions and 26 deletions

View File

@@ -115,7 +115,7 @@ do_option(text)
break;
case 'L' :
warning("-L: default no EM profiling; use -p for EM profiling");
options['L'] = 1; /* no fil/lin */
break;
case 'M': /* maximum identifier length */
@@ -126,10 +126,6 @@ do_option(text)
fatal("maximum identifier length is %d", IDFSIZE);
break;
case 'p' : /* generate profiling code (fil/lin) */
options['p'] = 1;
break;
case 'P' : /* run preprocessor stand-alone, without #'s */
#ifndef NOPP
options['E'] = 1;