]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Avoid using unsigned 64-bit integer division on platforms that do not support
authordrh <>
Sun, 29 Mar 2026 19:06:36 +0000 (19:06 +0000)
committerdrh <>
Sun, 29 Mar 2026 19:06:36 +0000 (19:06 +0000)
commit03f13d77a52d409c1830bf5bd9fc9cdea7e1e0de
tree903cee5c60e07f8bbd2964a92fa1845aae8100af
parent445fbc61c8410c15995be8cec7a054e7e4889060
Avoid using unsigned 64-bit integer division on platforms that do not support
it in hardware.

FossilOrigin-Name: 2197677491dfc5ec87b57bbf807776875248a250f80ce9a5ce94ae385bb1d2bc
Makefile.msc
main.mk
manifest
manifest.uuid
src/sqliteInt.h
src/util.c