use explicit markers (comments) for the bsearch table checking, simplifies the scripts and makes them more robust too :)
This commit is contained in:
@@ -2531,6 +2531,7 @@ static void NextToken (InputData* D)
|
||||
const char Keyword[12];
|
||||
Token Tok;
|
||||
} KeywordTable[] = {
|
||||
/* BEGIN SORTED.SH */
|
||||
{ "abs", TOK_ABSOLUTE },
|
||||
{ "addrsize", TOK_ADDRSIZE },
|
||||
{ "auto", TOK_AUTO },
|
||||
@@ -2579,6 +2580,7 @@ static void NextToken (InputData* D)
|
||||
{ "var", TOK_VAR },
|
||||
{ "version", TOK_VERSION },
|
||||
{ "zp", TOK_ZEROPAGE },
|
||||
/* END SORTED.SH */
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user