Comment clarification. No changes to code.
FossilOrigin-Name: 71a966952cf8f1d699cf8362ea3f6204c6e16384
This commit is contained in:
parent
52216adf7e
commit
0042a9785c
@ -85,8 +85,8 @@ struct JsonNode {
|
||||
u8 iVal; /* Replacement value when JNODE_REPLACE */
|
||||
u32 n; /* Bytes of content, or number of sub-nodes */
|
||||
union {
|
||||
const char *zJContent; /* JSON content */
|
||||
u32 iAppend; /* Appended content */
|
||||
const char *zJContent; /* Content for INT, REAL, and STRING */
|
||||
u32 iAppend; /* More terms for ARRAY and OBJECT */
|
||||
} u;
|
||||
};
|
||||
|
||||
|
12
manifest
12
manifest
@ -1,5 +1,5 @@
|
||||
C Initial\simplementation\sof\sjson_set()\sand\sjson_insert().
|
||||
D 2015-08-18T02:28:03.829
|
||||
C Comment\sclarification.\s\sNo\schanges\sto\scode.
|
||||
D 2015-08-18T12:59:58.393
|
||||
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
|
||||
F Makefile.in 7669f34c487f5b328de6b508f374ee1e56558bb0
|
||||
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
|
||||
@ -192,7 +192,7 @@ F ext/misc/eval.c f971962e92ebb8b0a4e6b62949463ee454d88fa2
|
||||
F ext/misc/fileio.c d4171c815d6543a9edef8308aab2951413cd8d0f
|
||||
F ext/misc/fuzzer.c 4c84635c71c26cfa7c2e5848cf49fe2d2cfcd767
|
||||
F ext/misc/ieee754.c b0362167289170627659e84173f5d2e8fee8566e
|
||||
F ext/misc/json.c d4e2e960549ec023e56f74ee72343416f5f9ef17
|
||||
F ext/misc/json.c 3b265167a9f8f006042bf0226a838c773a098c03
|
||||
F ext/misc/nextchar.c 35c8b8baacb96d92abbb34a83a997b797075b342
|
||||
F ext/misc/percentile.c bcbee3c061b884eccb80e21651daaae8e1e43c63
|
||||
F ext/misc/regexp.c af92cdaa5058fcec1451e49becc7ba44dba023dc
|
||||
@ -1374,7 +1374,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 3c4bee65d93efc7f03f0f11817a068b02068d37c
|
||||
R 1a1455dd49cebbaac366ccfaac1c0acb
|
||||
P 4aa49656d98e2894f2faa8963f79462ee6165d40
|
||||
R c3c28209f7dd1255986fe872c35f7d65
|
||||
U drh
|
||||
Z 7cdd28284db3ca2451d1af500f69309d
|
||||
Z 63f1a876b018989d4396ee5737a9cb33
|
||||
|
@ -1 +1 @@
|
||||
4aa49656d98e2894f2faa8963f79462ee6165d40
|
||||
71a966952cf8f1d699cf8362ea3f6204c6e16384
|
Loading…
x
Reference in New Issue
Block a user