aboutsummaryrefslogtreecommitdiff
path: root/src/os.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2007-04-05 21:58:33 +0000
committerdrh <drh@noemail.net>2007-04-05 21:58:33 +0000
commitbd08af48710c7ecf7783847b75cf7bf39a7651a6 (patch)
treecaead637e9a58c01e6621f3f343b475c92b478fa /src/os.c
parent93d57531f7744c2422de8cfb63a9bda90a41dbf3 (diff)
downloadsqlite-bd08af48710c7ecf7783847b75cf7bf39a7651a6.tar.gz
sqlite-bd08af48710c7ecf7783847b75cf7bf39a7651a6.zip
Fix the amalgamation so that it works with -DSQLITE_ENABLE_REDEF_IO. Change
tclsqlite.c so that it can be appended to the amalgamation. Create a new amalgamation of header files for use by projects that want to redefine their own I/O interface using -DSQLITE_ENABLE_REDEF_IO. (CVS 3817) FossilOrigin-Name: f2caff870c81c08ec85aae72986c231ee986b251
Diffstat (limited to 'src/os.c')
-rw-r--r--src/os.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os.c b/src/os.c
index 77f541864..bc65ae32b 100644
--- a/src/os.c
+++ b/src/os.c
@@ -16,6 +16,7 @@
#define _SQLITE_OS_C_ 1
#include "sqliteInt.h"
#include "os.h"
+#undef _SQLITE_OS_C_
/*
** The following routines are convenience wrappers around methods