getopt
authorAnas Nashif <anas.nashif@intel.com>
Tue, 30 Oct 2012 19:32:46 +0000 (12:32 -0700)
committerAnas Nashif <anas.nashif@intel.com>
Tue, 30 Oct 2012 19:32:46 +0000 (12:32 -0700)
bc/main.c

index 1b9f6d2..b94525f 100644 (file)
--- a/bc/main.c
+++ b/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;