1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Rearrange some of the added token codes for a very slight size decrease and

performance increase.

FossilOrigin-Name: cb3742f51f4b3aa0fd8dc373af771e93ddb4100787115705955f2008aef92745
This commit is contained in:
drh
2017-08-02 11:36:16 +00:00
parent 6a8700b97b
commit 13aa88d956
3 changed files with 9 additions and 9 deletions

View File

@ -28,8 +28,6 @@ set extras {
TO_INT
TO_REAL
ISNOT
END_OF_FILE
UNCLOSED_STRING
FUNCTION
COLUMN
AGG_FUNCTION
@ -42,6 +40,8 @@ set extras {
IF_NULL_ROW
ASTERISK
SPAN
END_OF_FILE
UNCLOSED_STRING
SPACE
ILLEGAL
}