fixed bug, added -o option

This commit is contained in:
eck
1989-10-31 10:02:48 +00:00
parent cccb0dd197
commit bdbbf32404
5 changed files with 27 additions and 11 deletions

View File

@@ -31,6 +31,9 @@ do_option(text)
default:
error("illegal option: %c", text[-1]);
break;
case 'o': /* ignore garbage after #else or #endif */
options['o'] = 1;
break;
case 'C' : /* comment output */
options['C'] = 1;
break;