mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-10 01:02:56 +03:00
Remove a declaration of the sqlite3Assert() function that was deleted by the
previous check-in. (CVS 6810) FossilOrigin-Name: ee20b6a23fa4a4ec4d3a2d0dcfcabff466f08246
This commit is contained in:
12
manifest
12
manifest
@@ -1,5 +1,5 @@
|
|||||||
C Remove\sthe\ssqlite3Assert()\sfunction.\s\sThe\sALWAYS()\sand\sNEVER()\smacros\scall\nassert()\sdirectly\swhen\scompiled\swith\sSQLITE_DEBUG.\s(CVS\s6809)
|
C Remove\sa\sdeclaration\sof\sthe\ssqlite3Assert()\sfunction\sthat\swas\sdeleted\sby\sthe\nprevious\scheck-in.\s(CVS\s6810)
|
||||||
D 2009-06-24T10:26:33
|
D 2009-06-24T11:08:14
|
||||||
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
|
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
|
||||||
F Makefile.in 8b8fb7823264331210cddf103831816c286ba446
|
F Makefile.in 8b8fb7823264331210cddf103831816c286ba446
|
||||||
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
|
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
|
||||||
@@ -162,7 +162,7 @@ F src/select.c 71748b8e244112cf73df9446c4246c192276c30d
|
|||||||
F src/shell.c db2643650b9268df89a4bedca3f1c6d9e786f1bb
|
F src/shell.c db2643650b9268df89a4bedca3f1c6d9e786f1bb
|
||||||
F src/sqlite.h.in ccc67f14d5661240d05eadb8ab308aa637b0630c
|
F src/sqlite.h.in ccc67f14d5661240d05eadb8ab308aa637b0630c
|
||||||
F src/sqlite3ext.h 1db7d63ab5de4b3e6b83dd03d1a4e64fef6d2a17
|
F src/sqlite3ext.h 1db7d63ab5de4b3e6b83dd03d1a4e64fef6d2a17
|
||||||
F src/sqliteInt.h 85f4119ceb7aee69496412d1e03198bafb0beaaa
|
F src/sqliteInt.h 47a5178da39774da8f452f1e90cff1edcd69dced
|
||||||
F src/sqliteLimit.h ffe93f5a0c4e7bd13e70cd7bf84cfb5c3465f45d
|
F src/sqliteLimit.h ffe93f5a0c4e7bd13e70cd7bf84cfb5c3465f45d
|
||||||
F src/status.c 237b193efae0cf6ac3f0817a208de6c6c6ef6d76
|
F src/status.c 237b193efae0cf6ac3f0817a208de6c6c6ef6d76
|
||||||
F src/table.c cc86ad3d6ad54df7c63a3e807b5783c90411a08d
|
F src/table.c cc86ad3d6ad54df7c63a3e807b5783c90411a08d
|
||||||
@@ -737,7 +737,7 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
|
|||||||
F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
|
F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
|
||||||
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
|
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
|
||||||
F tool/vdbe-compress.tcl 672f81d693a03f80f5ae60bfefacd8a349e76746
|
F tool/vdbe-compress.tcl 672f81d693a03f80f5ae60bfefacd8a349e76746
|
||||||
P 11750c6aee6aa05b2627ad9dfb2fbcdfe8944168
|
P d8fc373fef22311e1c6b5bce6d3e601217a69940
|
||||||
R 1548a15900ea46850e3366c7b5ff922c
|
R 8205f31af8ce6a950c1c1bc8f8af19df
|
||||||
U drh
|
U drh
|
||||||
Z 58ce472ff48a66bea92a072960001021
|
Z 9bdabd676d3ef6a8d58b110811cf5855
|
||||||
|
@@ -1 +1 @@
|
|||||||
d8fc373fef22311e1c6b5bce6d3e601217a69940
|
ee20b6a23fa4a4ec4d3a2d0dcfcabff466f08246
|
@@ -11,7 +11,7 @@
|
|||||||
*************************************************************************
|
*************************************************************************
|
||||||
** Internal interface definitions for SQLite.
|
** Internal interface definitions for SQLite.
|
||||||
**
|
**
|
||||||
** @(#) $Id: sqliteInt.h,v 1.888 2009/06/24 10:26:33 drh Exp $
|
** @(#) $Id: sqliteInt.h,v 1.889 2009/06/24 11:08:14 drh Exp $
|
||||||
*/
|
*/
|
||||||
#ifndef _SQLITEINT_H_
|
#ifndef _SQLITEINT_H_
|
||||||
#define _SQLITEINT_H_
|
#define _SQLITEINT_H_
|
||||||
@@ -267,7 +267,6 @@
|
|||||||
# define ALWAYS(X) (1)
|
# define ALWAYS(X) (1)
|
||||||
# define NEVER(X) (0)
|
# define NEVER(X) (0)
|
||||||
#elif !defined(NDEBUG)
|
#elif !defined(NDEBUG)
|
||||||
int sqlite3Assert(void);
|
|
||||||
# define ALWAYS(X) ((X)?1:(assert(0),0))
|
# define ALWAYS(X) ((X)?1:(assert(0),0))
|
||||||
# define NEVER(X) ((X)?(assert(0),1):0)
|
# define NEVER(X) ((X)?(assert(0),1):0)
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user