fix bsearch tables that must be sorted, add comment to all tables that must be sorted
This commit is contained in:
@@ -131,6 +131,7 @@ static int C = 0; /* Current input character */
|
||||
int ForcedEnd = 0;
|
||||
|
||||
/* List of dot keywords with the corresponding tokens */
|
||||
/* CAUTION: table must be sorted for bsearch */
|
||||
struct DotKeyword {
|
||||
const char* Key; /* MUST be first field */
|
||||
token_t Tok;
|
||||
|
||||
Reference in New Issue
Block a user