Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1389)

Side by Side Diff: third_party/sqlite/preprocessed/parse.h

Issue 3301019: Move sqlite preprocessed directory one level up, it's not from upstream.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: more bot-friendly Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/sqlite/preprocessed/opcodes.c ('k') | third_party/sqlite/preprocessed/parse.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #define TK_SEMI 1 1 #define TK_SEMI 1
2 #define TK_EXPLAIN 2 2 #define TK_EXPLAIN 2
3 #define TK_QUERY 3 3 #define TK_QUERY 3
4 #define TK_PLAN 4 4 #define TK_PLAN 4
5 #define TK_BEGIN 5 5 #define TK_BEGIN 5
6 #define TK_TRANSACTION 6 6 #define TK_TRANSACTION 6
7 #define TK_DEFERRED 7 7 #define TK_DEFERRED 7
8 #define TK_IMMEDIATE 8 8 #define TK_IMMEDIATE 8
9 #define TK_EXCLUSIVE 9 9 #define TK_EXCLUSIVE 9
10 #define TK_COMMIT 10 10 #define TK_COMMIT 10
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 #define TK_TO_REAL 145 145 #define TK_TO_REAL 145
146 #define TK_END_OF_FILE 146 146 #define TK_END_OF_FILE 146
147 #define TK_ILLEGAL 147 147 #define TK_ILLEGAL 147
148 #define TK_SPACE 148 148 #define TK_SPACE 148
149 #define TK_UNCLOSED_STRING 149 149 #define TK_UNCLOSED_STRING 149
150 #define TK_FUNCTION 150 150 #define TK_FUNCTION 150
151 #define TK_COLUMN 151 151 #define TK_COLUMN 151
152 #define TK_AGG_FUNCTION 152 152 #define TK_AGG_FUNCTION 152
153 #define TK_AGG_COLUMN 153 153 #define TK_AGG_COLUMN 153
154 #define TK_CONST_FUNC 154 154 #define TK_CONST_FUNC 154
OLDNEW
« no previous file with comments | « third_party/sqlite/preprocessed/opcodes.c ('k') | third_party/sqlite/preprocessed/parse.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698