]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Make sure sqlite.h is not #included by itself.
authordrh <drh@noemail.net>
Thu, 15 Oct 2015 12:06:11 +0000 (12:06 +0000)
committerdrh <drh@noemail.net>
Thu, 15 Oct 2015 12:06:11 +0000 (12:06 +0000)
FossilOrigin-Name: a61880c223c2229ecc3b4da7e5647eca17f7ddf5

manifest
manifest.uuid
tool/mksqlite3h.tcl

index 87eb36e4bb4b8e9b3082bbc922a389d95f61425e..2da77d616f7f2696e66168ecc0a710aa988f255e 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C In\sthe\sMSVC\smakefile,\sadd\sLIBTCLPATH\svariable\sto\smake\sit\seasier\sto\srun\stests\swhen\sthe\sTcl\slibrary\sis\snot\salready\spresent\sin\sthe\sPATH.
-D 2015-10-14T23:04:08.909
+C Make\ssure\ssqlite.h\sis\snot\s#included\sby\sitself.
+D 2015-10-15T12:06:11.774
 F Makefile.in 2ea961bc09e441874eb3d1bf7398e04feb24f3ee
 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434
 F Makefile.msc 8e42cb55739cd8c12e1fd25401956e2019448f6a
@@ -1358,7 +1358,7 @@ F tool/mkpragmatab.tcl 84af2b180484323a2ea22a2279e8bd9e3e1e492e
 F tool/mkspeedsql.tcl a1a334d288f7adfe6e996f2e712becf076745c97
 F tool/mksqlite3c-noext.tcl 87240b09c20042999b41d5fabe091b7111287835
 F tool/mksqlite3c.tcl b66b4170f693602cd6985aed15d9509fe2f18c84
-F tool/mksqlite3h.tcl e3ac3f23897d86cb8f5f5df92e91643229fcc8d1
+F tool/mksqlite3h.tcl 1d41ab59bffb025121f75b76e183125ce41b3ec8
 F tool/mksqlite3internalh.tcl eb994013e833359137eb53a55acdad0b5ae1049b
 F tool/mkvsix.tcl bbe57cd9ae11c6cc70319241101ef8d2b8c3765b
 F tool/offsets.c fe4262fdfa378e8f5499a42136d17bf3b98f6091
@@ -1391,7 +1391,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P 0a17ee49c6895256fefd13425b790414935efb9d
-R 1075ec398f99a2676077ad2b69d4177b
-U mistachkin
-Z fbe9683597676160a5c93a00077b9b02
+P 54127602b9a555f73f5e446b91e460386cb8fb17
+R 219d21afa69a49de9570585e5a7cfcb4
+U drh
+Z dd00cfb1b41a16869084e0ea7bd3c8ac
index 43135d9d4abc9afa8ff264d99908a90a64bcd899..9bc650f25e17507ff91360c39075f274e9e05782 100644 (file)
@@ -1 +1 @@
-54127602b9a555f73f5e446b91e460386cb8fb17
\ No newline at end of file
+a61880c223c2229ecc3b4da7e5647eca17f7ddf5
\ No newline at end of file
index 2fe2157387331ce304330aa2ec1a4aac4e1d53bf..3f59aef4675dd478b48a7fd253c60896e25f6509 100644 (file)
@@ -98,7 +98,7 @@ foreach file $filelist {
     # File sqlite3rtree.h contains a line "#include <sqlite3.h>". Omit this
     # line when copying sqlite3rtree.h into sqlite3.h.
     #
-    if {[string match {*#include*<sqlite3.h>*} $line]} continue
+    if {[string match {*#include*[<"]sqlite3.h[>"]*} $line]} continue
   
     regsub -- --VERS--           $line $zVersion line
     regsub -- --VERSION-NUMBER-- $line $nVersion line