From: drh Date: Wed, 5 Mar 2014 19:36:52 +0000 (+0000) Subject: Always include the ctype.h header in the spellfix.c extension. X-Git-Tag: version-3.8.4~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc90d3d8af0c560869ce2dd1ed576ff6745ac58c;p=thirdparty%2Fsqlite.git Always include the ctype.h header in the spellfix.c extension. FossilOrigin-Name: bfd75f471a607b442d8cd8a7070491a158e8fb1a --- diff --git a/ext/misc/spellfix.c b/ext/misc/spellfix.c index d33740bf6d..a62d24c592 100644 --- a/ext/misc/spellfix.c +++ b/ext/misc/spellfix.c @@ -26,8 +26,8 @@ SQLITE_EXTENSION_INIT1 # define NEVER(X) 0 typedef unsigned char u8; typedef unsigned short u16; -# include #endif +#include #ifndef SQLITE_OMIT_VIRTUALTABLE diff --git a/manifest b/manifest index 9c71992df0..c073f282a9 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Avoid\srunning\sa\scouple\sof\stest\scases\sthat\suse\srealloc()\sextensively\sif\sSQLITE_MEMDEBUG\sis\sdefined. -D 2014-03-05T19:13:32.745 +C Always\sinclude\sthe\sctype.h\sheader\sin\sthe\sspellfix.c\sextension. +D 2014-03-05T19:36:52.892 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in 2ef13430cd359f7b361bb863504e227b25cc7f81 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 @@ -114,7 +114,7 @@ F ext/misc/nextchar.c 35c8b8baacb96d92abbb34a83a997b797075b342 F ext/misc/percentile.c bcbee3c061b884eccb80e21651daaae8e1e43c63 F ext/misc/regexp.c af92cdaa5058fcec1451e49becc7ba44dba023dc F ext/misc/rot13.c 1ac6f95f99b575907b9b09c81a349114cf9be45a -F ext/misc/spellfix.c 3548c433f473c2054e080b6382771636fcaa2c4c +F ext/misc/spellfix.c 93f3961074cebe63c31fcefe62ca2a032ee8dfed F ext/misc/totype.c 4a167594e791abeed95e0a8db028822b5e8fe512 F ext/misc/vfslog.c fe40fab5c077a40477f7e5eba994309ecac6cc95 F ext/misc/vtshim.c babb0dc2bf116029e3e7c9a618b8a1377045303e @@ -1155,7 +1155,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4 F tool/warnings.sh d1a6de74685f360ab718efda6265994b99bbea01 F tool/win/sqlite.vsix 030f3eeaf2cb811a3692ab9c14d021a75ce41fff -P 0723effc9ccae7c660fb847b36ce9324e0cb5042 -R fd55c551a93656dfa35ae57a4e3f4bce -U dan -Z 8fe6d9b1a050fe779092fc8bd960685b +P e406d4bb786a34cdd5dd23ed39f35dfce3e1cabd +R dbf6df7a91f37410ffccbad9151ed0f2 +U drh +Z 435f844ac1ec54f913d9ebdd6e1ebde0 diff --git a/manifest.uuid b/manifest.uuid index 94a1773c6e..96b73158b8 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -e406d4bb786a34cdd5dd23ed39f35dfce3e1cabd \ No newline at end of file +bfd75f471a607b442d8cd8a7070491a158e8fb1a \ No newline at end of file