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

:-) (CVS 45)

FossilOrigin-Name: 3e88142e908de02b5c8243c47dc9ca237cb7f011
This commit is contained in:
drh
2000-06-02 23:22:39 +00:00
parent b0c86771d5
commit 064e64575d
3 changed files with 8 additions and 9 deletions

View File

@ -41,7 +41,7 @@
** But other routines are also provided to help in building up
** a program instruction by instruction.
**
** $Id: vdbe.c,v 1.11 2000/06/02 23:21:27 drh Exp $
** $Id: vdbe.c,v 1.12 2000/06/02 23:22:40 drh Exp $
*/
#include "sqliteInt.h"
@ -96,7 +96,6 @@ struct Vdbe {
int nStackAlloc; /* Size of the stack */
int *iStack; /* Integer values of the stack */
char **zStack; /* Text or binary values of the stack */
char *aFlags; /* Flags associated with each stack entry */
char **azColName; /* Becomes the 4th parameter to callbacks */
int nTable; /* Number of slots in aTab[] */
VdbeTable *aTab; /* On element of this array for each open table */