Remove an incomplete comment that somehow snuck into the sources. (CVS 1172)
FossilOrigin-Name: ea1ad4653e6248f112d5516a0dcf3a72aa9b60d7
This commit is contained in:
parent
31e95bcc5d
commit
7bdeb312ed
12
manifest
12
manifest
@ -1,5 +1,5 @@
|
||||
C On\sunix,\sembargo\sclose()\soperations\suntil\sall\slocks\shave\scleared\sfrom\sthe\nfile.\s\sTicket\s#561.\s(CVS\s1171)
|
||||
D 2004-01-12T00:39:06
|
||||
C Remove\san\sincomplete\scomment\sthat\ssomehow\ssnuck\sinto\sthe\ssources.\s(CVS\s1172)
|
||||
D 2004-01-14T03:12:42
|
||||
F Makefile.in 0515ff9218ad8d5a8f6220f0494b8ef94c67013b
|
||||
F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
|
||||
F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
|
||||
@ -31,7 +31,7 @@ F src/copy.c 9e47975ea96751c658bcf1a0c4f0bb7c6ee61e73
|
||||
F src/date.c bb89fdb9c89e367b9a728c58cb96e4823974a2c1
|
||||
F src/delete.c 0f81e6799c089487615d38e042a2de4d2d6192bc
|
||||
F src/encode.c 25ea901a9cefb3d93774afa4a06b57cb58acf544
|
||||
F src/expr.c abb40922fa9995aca06f999ed35d2061d44650d6
|
||||
F src/expr.c 866a6d7aacc2825aa13056ccbea1a16f436a1ca5
|
||||
F src/func.c 62cf8fae8147c0301d1c6a4a94fe0a78f7aa5b33
|
||||
F src/hash.c 9b56ef3b291e25168f630d5643a4264ec011c70e
|
||||
F src/hash.h 3247573ab95b9dd90bcca0307a75d9a16da1ccc7
|
||||
@ -179,7 +179,7 @@ F www/speed.tcl 2f6b1155b99d39adb185f900456d1d592c4832b3
|
||||
F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604
|
||||
F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da
|
||||
F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1
|
||||
P 75d91e3bca44787768b1970203878dd4b1e31e55
|
||||
R 4e6557ed12c522a22e5a89673265f6d4
|
||||
P 1ebe5fc7b03a6b070a5d52ffedb95f0d519ab068
|
||||
R 5896bfda65c78cfdd21781c351218814
|
||||
U drh
|
||||
Z 13df3742db676538985084255c192440
|
||||
Z 7f07a0d5447a21fc77df5f3d409e1bc5
|
||||
|
@ -1 +1 @@
|
||||
1ebe5fc7b03a6b070a5d52ffedb95f0d519ab068
|
||||
ea1ad4653e6248f112d5516a0dcf3a72aa9b60d7
|
@ -12,7 +12,7 @@
|
||||
** This file contains routines used for analyzing expressions and
|
||||
** for generating VDBE code that evaluates expressions in SQLite.
|
||||
**
|
||||
** $Id: expr.c,v 1.103 2004/01/06 01:13:46 drh Exp $
|
||||
** $Id: expr.c,v 1.104 2004/01/14 03:12:42 drh Exp $
|
||||
*/
|
||||
#include "sqliteInt.h"
|
||||
#include <ctype.h>
|
||||
@ -973,9 +973,6 @@ int sqliteExprType(Expr *p){
|
||||
return SQLITE_SO_NUM;
|
||||
}
|
||||
|
||||
/*
|
||||
** Run
|
||||
|
||||
/*
|
||||
** Generate code into the current Vdbe to evaluate the given
|
||||
** expression and leave the result on the top of stack.
|
||||
|
Loading…
x
Reference in New Issue
Block a user