[...]
while scanning....
+ } else if (STREQ(arg, "-M") ||
+ STREQ(arg, "-machine")) {
+ // This option has already been processed before entering this
+ // loop, so we just need to skip its argument and move along
I saw // instead of /* ... */
+ WANT_VALUE();
} else {
argRecognized = false;
}
John