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

:-) (CVS 178)

FossilOrigin-Name: 1662063dfb0925bd439e3e2e49bff82705e20fd0
This commit is contained in:
drh
2001-01-20 19:52:49 +00:00
parent e5080e4e9e
commit 41a2b48bd0
8 changed files with 1162 additions and 32 deletions

View File

@@ -23,7 +23,7 @@
*************************************************************************
** Internal interface definitions for SQLite.
**
** @(#) $Id: sqliteInt.h,v 1.35 2001/01/15 22:51:11 drh Exp $
** @(#) $Id: sqliteInt.h,v 1.36 2001/01/20 19:52:50 drh Exp $
*/
#include "sqlite.h"
#include "dbbe.h"
@@ -35,6 +35,11 @@
#include <string.h>
#include <assert.h>
/*
** The paging system deals with 32-bit integers.
*/
typedef unsigned int u32;
/*
** If memory allocation problems are found, recompile with
**