SHA256
1
0
forked from pool/sqlite3
2010-01-14 17:28:45 +00:00
committed by Git OBS Bridge
parent 5903e87051
commit a5b4bbc568
8 changed files with 40 additions and 254 deletions

View File

@@ -11,20 +11,3 @@
TEA_ADD_CFLAGS([-DSQLITE_ENABLE_FTS3=1])
TEA_ADD_STUB_SOURCES([])
TEA_ADD_TCL_SOURCES([])
diff '--exclude=configure' -ruBb sqlite-3_6_20-tea/generic/tclsqlite3.c sqlite-3.6.20-amalgamation/tcl/generic/tclsqlite3.c
--- sqlite-tcl/generic/tclsqlite3.c
+++ sqlite-tcl/generic/tclsqlite3.c
@@ -33,10 +33,12 @@
** appended to the amalgamation.
*/
#ifndef SQLITE_AMALGAMATION
-# include "sqliteInt.h"
+# include "sqlite3.h"
# include <stdlib.h>
# include <string.h>
# include <assert.h>
+# include <stdint.h>
+ typedef uint8_t u8;
#endif
#include <ctype.h>