| 6779 | } |
| 6780 | |
| 6781 | staticfn boolean |
| 6782 | duplicate_opt_detection(int optidx) |
| 6783 | { |
| 6784 | if (go.opt_initial && go.opt_from_file) |
| 6785 | return allopt[optidx].dupdetected++; |
| 6786 | return FALSE; |
| 6787 | } |
| 6788 | |
| 6789 | staticfn void |
| 6790 | complain_about_duplicate(int optidx) |