]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Explicitly initialize at least the first field of every struct. This is to work aroun...
authordanielk1977 <danielk1977@noemail.net>
Tue, 2 Sep 2008 17:52:51 +0000 (17:52 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Tue, 2 Sep 2008 17:52:51 +0000 (17:52 +0000)
commit23bf0f41ea0d0f9703be53f02742be47ce5eb2dd
tree4463a89c67fd641d267db5b7203ceb3eb13548bd
parent95e80d61af84be51f26a0cc342c997617394188d
Explicitly initialize at least the first field of every struct. This is to work around compilers that don't like the syntax "struct XXX { ... } yyy = {};". (CVS 5666)

FossilOrigin-Name: 88bfdc87471e65ac5a262a794b8cdf3e563eb327
manifest
manifest.uuid
src/malloc.c
src/mem3.c
src/mem5.c
src/mem6.c