
10 Oct
2017
10 Oct
'17
8:15 p.m.
[...] 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