# | Line 400 | Line 400 | int main(int argc,char *argv[]) | |
---|---|---|
400 | clog << messageSummary << endl; | |
401 | } | |
402 | ||
403 | < | #ifdef _DEBUG |
403 | > | #ifdef DEBUG |
404 | //CM keep window open | |
405 | cout << "Press any key to finish" <<endl; | |
406 | getch(); | |
# | Line 451 | Line 451 | void usage() | |
451 | << " [-i<input-type>] <name> [-o<output-type>] <name>" << endl; | |
452 | cout << "Try -H option for more information." << endl; | |
453 | ||
454 | < | #ifdef _DEBUG |
454 | > | #ifdef DEBUG |
455 | //CM keep window open | |
456 | cout << "Press any key to finish" <<endl; | |
457 | getch(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |