1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-08 03:22:21 +03:00

Back out the addition of the new header file - bad idea. (CVS 2868)

FossilOrigin-Name: 0c4c45c36fe1c3c2980155ef5126a2ad53100d65
This commit is contained in:
drh
2006-01-06 12:03:19 +00:00
parent de0fe3e4c3
commit 824d7c1893
7 changed files with 209 additions and 245 deletions

View File

@@ -11,11 +11,18 @@
*************************************************************************
** Internal interface definitions for SQLite.
**
** @(#) $Id: sqliteInt.h,v 1.450 2006/01/05 23:42:51 drh Exp $
** @(#) $Id: sqliteInt.h,v 1.451 2006/01/06 12:03:19 drh Exp $
*/
#ifndef _SQLITEINT_H_
#define _SQLITEINT_H_
/*
** Extra interface definitions for those who need them
*/
#ifdef SQLITE_EXTRA
# include "sqliteExtra.h"
#endif
/*
** Many people are failing to set -DNDEBUG=1 when compiling SQLite.
** Setting NDEBUG makes the code smaller and run faster. So the following