1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Make the sqliteParseInfoReset() function locale to the select.c file. (CVS 371)

FossilOrigin-Name: 2336b1eadaedf2556a1988acc7bdf133135154dc
This commit is contained in:
drh
2002-02-17 00:30:36 +00:00
parent 2f4392ff5b
commit 1d83f05257
5 changed files with 51 additions and 43 deletions

View File

@@ -11,7 +11,7 @@
*************************************************************************
** Internal interface definitions for SQLite.
**
** @(#) $Id: sqliteInt.h,v 1.84 2002/02/02 18:49:21 drh Exp $
** @(#) $Id: sqliteInt.h,v 1.85 2002/02/17 00:30:36 drh Exp $
*/
#include "sqlite.h"
#include "hash.h"
@@ -551,7 +551,6 @@ int sqliteFuncId(Token*);
int sqliteExprResolveIds(Parse*, IdList*, ExprList*, Expr*);
void sqliteExprResolveInSelect(Parse*, Expr*);
int sqliteExprAnalyzeAggregates(Parse*, Expr*);
void sqliteParseInfoReset(Parse*);
Vdbe *sqliteGetVdbe(Parse*);
int sqliteRandomByte(void);
int sqliteRandomInteger(void);