]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Use the ROUND8() macro to round an integer up to the nearest multiple of 8 and ROUNDD...
authordanielk1977 <danielk1977@noemail.net>
Mon, 23 Mar 2009 04:33:32 +0000 (04:33 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Mon, 23 Mar 2009 04:33:32 +0000 (04:33 +0000)
commitbc73971db6162bf60d775775b180cea06615b29c
tree3e9bd43e05e6924e8b5147ffc625338472c40d9f
parentca18d20fd69801f8dcf4693fcfb5fb22d65e9746
Use the ROUND8() macro to round an integer up to the nearest multiple of 8 and ROUNDDOWN8() macro to round down to the nearest multiple of 8. This is a cosmetic change. (CVS 6372)

FossilOrigin-Name: db1d4d2f5083adf5438c7f387b115180800e7bd9
12 files changed:
manifest
manifest.uuid
src/expr.c
src/main.c
src/malloc.c
src/mem1.c
src/mem2.c
src/pager.c
src/pcache1.c
src/sqliteInt.h
src/test_wsd.c
src/vdbeaux.c