From: dan Date: Tue, 1 Dec 2009 17:05:50 +0000 (+0000) Subject: Add typedefs for i16 and u8 to fts3Int.h when not building via the amalgamation method. X-Git-Tag: version-3.7.2~773 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c4499764b3e27abe24020a1904f38688f654a19;p=thirdparty%2Fsqlite.git Add typedefs for i16 and u8 to fts3Int.h when not building via the amalgamation method. FossilOrigin-Name: fa56c1c47296c2f9ba1de9450d421dd06fde5a6a --- diff --git a/ext/fts3/fts3Int.h b/ext/fts3/fts3Int.h index 8cd1b00808..981fb645ce 100644 --- a/ext/fts3/fts3Int.h +++ b/ext/fts3/fts3Int.h @@ -60,6 +60,8 @@ #ifndef SQLITE_AMALGAMATION # define ALWAYS(x) (x) # define NEVER(X) (x) +typedef unsigned char u8; /* 1-byte (or larger) unsigned integer */ +typedef short int i16; /* 2-byte (or larger) signed integer */ #endif typedef struct Fts3Table Fts3Table; diff --git a/manifest b/manifest index c8ee2448b0..537970a324 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Add\stests\sfor\sthe\sremaining\sexamples\sin\sfts3.in. -D 2009-12-01T15:04:33 +C Add\stypedefs\sfor\si16\sand\su8\sto\sfts3Int.h\swhen\snot\sbuilding\svia\sthe\samalgamation\smethod. +D 2009-12-01T17:05:50 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0 F Makefile.in c5827ead754ab32b9585487177c93bb00b9497b3 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 @@ -58,7 +58,7 @@ F ext/fts3/README.tokenizers 998756696647400de63d5ba60e9655036cb966e9 F ext/fts3/README.txt 8c18f41574404623b76917b9da66fcb0ab38328d F ext/fts3/fts3.c eca3828c5ef6efd4297c8b917d69ec11b9d223a9 F ext/fts3/fts3.h 3a10a0af180d502cecc50df77b1b22df142817fe -F ext/fts3/fts3Int.h 58698ec42ac69a31bb0fcfcf6692fdbbde84d73b +F ext/fts3/fts3Int.h 2d5dab92792cfbadc18df80b7d05c0c13232d451 F ext/fts3/fts3_expr.c bdf11f3602f62f36f0e42823680bf22033dae0de F ext/fts3/fts3_hash.c 29fba5a01e51c53e37040e53821e6b2cec18c8fb F ext/fts3/fts3_hash.h 39524725425078bf9e814e9569c74a8e5a21b9fb @@ -775,7 +775,7 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f -P c40e4ef094bb9d58f14354602785ccc228f8bc2a -R cccbd406b7272a2ee3a226a903f9413a +P e381cd5229b30168769330cb201bae2689e1a549 +R 00d752935ef1ea5c13dc96e911e83337 U dan -Z a0421c06194222c60ba1ecb18d1dddd8 +Z 026d3493a4faa65b1e1b8342540030fb diff --git a/manifest.uuid b/manifest.uuid index 071dd373d4..87cf810745 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -e381cd5229b30168769330cb201bae2689e1a549 \ No newline at end of file +fa56c1c47296c2f9ba1de9450d421dd06fde5a6a \ No newline at end of file