summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-10-30 12:32:46 -0700
committerAnas Nashif <anas.nashif@intel.com>2012-10-30 12:32:46 -0700
commit12152726dc76ef12a3ecbee4cc88a167e1f3c4eb (patch)
tree173f4ec65aabb01afdd81e1e9b427a1361730a88
parent7d46bf19074988c24992bce9ab483efe90051177 (diff)
downloadbc-12152726dc76ef12a3ecbee4cc88a167e1f3c4eb.tar.gz
bc-12152726dc76ef12a3ecbee4cc88a167e1f3c4eb.tar.bz2
bc-12152726dc76ef12a3ecbee4cc88a167e1f3c4eb.zip
getopt
-rw-r--r--bc/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bc/main.c b/bc/main.c
index 1b9f6d2..b94525f 100644
--- 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;