removed the -n flag, but not its effect. The generated parser will

call LLmessage(-1) when saying "garbage at end of input".
This commit is contained in:
ceriel
1986-12-10 09:32:57 +00:00
parent 4de92e9ab6
commit b6ab6a5eb0
3 changed files with 1 additions and 7 deletions

View File

@@ -50,7 +50,6 @@ extern install();
# ifndef NDEBUG
extern badassertion();
# endif not NDEBUG
int nflag;
main(argc,argv) register string argv[]; {
register string arg;
@@ -90,10 +89,6 @@ main(argc,argv) register string argv[]; {
incl_file = ++arg;
break;
# endif not NDEBUG
case 'n':
case 'N':
nflag = 1;
continue;
case 'x':
case 'X':
ntneeded = 1;