Remove unused CLUSTER keyword from the parser. (CVS 1986)
FossilOrigin-Name: 54ee1664aaaa1a3380009b5206a0fa79cd286fc5
This commit is contained in:
parent
aa756b0978
commit
10e8266b91
12
manifest
12
manifest
@ -1,5 +1,5 @@
|
||||
C Optimizations\sin\sthe\stokenizer.\s(CVS\s1985)
|
||||
D 2004-09-25T15:25:26
|
||||
C Remove\sunused\sCLUSTER\skeyword\sfrom\sthe\sparser.\s(CVS\s1986)
|
||||
D 2004-09-25T15:29:09
|
||||
F Makefile.in abdeb5bd9d017822691884935c320037c33f6ee6
|
||||
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
|
||||
F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
|
||||
@ -53,7 +53,7 @@ F src/os_win.c 9e2887825b1a32f0ceb1b73b93ffe29a112cd86f
|
||||
F src/os_win.h babd4e912967c6b09088cfe38a45e8005a07ba44
|
||||
F src/pager.c 705a61117f05d7dd031762408f9a279834e88c3a
|
||||
F src/pager.h 67739fe649f33be55dba522ca8a9cc4e42d14f71
|
||||
F src/parse.y 93edda0f1e9b25bee7cdfb5bf624ae85f8e9e5c9
|
||||
F src/parse.y 52ca09eec10fdce4e6a8b4005e89209154b6cfb7
|
||||
F src/pragma.c 45978cc82fdf91f00d024a8e875c2b679fbce488
|
||||
F src/printf.c 40770e1f553612d13dfc86d236086e69baa62fe1
|
||||
F src/random.c eff68e3f257e05e81eae6c4d50a51eb88beb4ff3
|
||||
@ -247,7 +247,7 @@ F www/tclsqlite.tcl 560ecd6a916b320e59f2917317398f3d59b7cc25
|
||||
F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9
|
||||
F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
|
||||
F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4
|
||||
P 9ef4c24a9acc2128891303de1ffd2ef4509d779c
|
||||
R 5ed5520ba8ef2bfa197e6a975f384e30
|
||||
P 26898c57cb2419d4200803f79fdd821c3093cba2
|
||||
R 1239f899169b9ff5d2e07cdedb7e4bed
|
||||
U drh
|
||||
Z 610f3581cf05ef77bbf5335c4f0a0443
|
||||
Z b3c88a3708ed8786afd87bcb59e7ea82
|
||||
|
@ -1 +1 @@
|
||||
26898c57cb2419d4200803f79fdd821c3093cba2
|
||||
54ee1664aaaa1a3380009b5206a0fa79cd286fc5
|
@ -14,7 +14,7 @@
|
||||
** the parser. Lemon will also generate a header file containing
|
||||
** numeric codes for all of the tokens.
|
||||
**
|
||||
** @(#) $Id: parse.y,v 1.137 2004/09/25 13:12:16 drh Exp $
|
||||
** @(#) $Id: parse.y,v 1.138 2004/09/25 15:29:09 drh Exp $
|
||||
*/
|
||||
%token_prefix TK_
|
||||
%token_type {Token}
|
||||
@ -126,7 +126,7 @@ id(A) ::= ID(X). {A = X;}
|
||||
// This obviates the need for the "id" nonterminal.
|
||||
//
|
||||
%fallback ID
|
||||
ABORT AFTER ASC ATTACH BEFORE BEGIN CASCADE CLUSTER CONFLICT
|
||||
ABORT AFTER ASC ATTACH BEFORE BEGIN CASCADE CONFLICT
|
||||
DATABASE DEFERRED DESC DETACH EACH END EXPLAIN FAIL FOR
|
||||
GLOB IGNORE IMMEDIATE INITIALLY INSTEAD LIKE MATCH KEY
|
||||
OF OFFSET PRAGMA RAISE REPLACE RESTRICT ROW STATEMENT
|
||||
|
Loading…
Reference in New Issue
Block a user