remove some incorrect comments

This commit is contained in:
Bill Currie 2003-02-21 22:30:49 +00:00
parent 00b3083a57
commit 132bd4ac8d
1 changed files with 2 additions and 2 deletions

View File

@ -217,10 +217,10 @@ DecodeArgs (int argc, char **argv)
options.traditional = true;
options.code.progsversion = PROG_ID_VERSION;
break;
case 'c': // traditional
case 'c':
options.compile = true;
break;
case 'r': // traditional
case 'r':
options.partial_link = true;
break;
case 'C':{ // code options