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

Changes to the TCL interface header to allow it to be compiled independently

from the amalgamation.

FossilOrigin-Name: 58113932d93926b4aa037a7487105a55f883cd0a
This commit is contained in:
drh
2009-12-01 13:57:48 +00:00
parent 3acb07d6c3
commit 65e8c82e1a
6 changed files with 55 additions and 30 deletions

View File

@@ -33,10 +33,11 @@
** appended to the amalgamation.
*/
#ifndef SQLITE_AMALGAMATION
# include "sqliteInt.h"
# include "sqlite3.h"
# include <stdlib.h>
# include <string.h>
# include <assert.h>
typedef unsigned char u8;
#endif
#include <ctype.h>