Added an option to strip the grammar from its actions

This commit is contained in:
ceriel
1995-02-24 12:10:44 +00:00
parent 65353b1417
commit d1435f4fc6
5 changed files with 14 additions and 0 deletions

View File

@@ -103,6 +103,10 @@ main(argc,argv) register string argv[]; {
case 'A':
ansi_c = 1;
continue;
case 's':
case 'S':
strip_grammar = 1;
continue;
default:
fprintf(stderr,"illegal option : %c\n",*arg);
exit(1);