2
0
forked from dirkmueller/bc
bc-test/bc-1.06_getopt.patch

13 lines
210 B
Diff
Raw Normal View History

--- bc/main.c
+++ bc/main.c
@@ -93,6 +93,9 @@ parse_args (argc, argv)
switch (optch)
{
+ case 0: /* long option */
+ break;
+
case 'c': /* compile only */
compile_only = TRUE;
break;