"bruce" <[EMAIL PROTECTED]> writes: > btw, i just saw the comment you menttioned in the init.c file.... is > it possible to add this same comment to main.c.
The comment there would be misleading because options in main.c are in fact not alphabetically sorted. They don't need to be because they are not the target of a binary search.
