Add ULL suffix to 64 bit constants. This avoids compiler warnings
authorbluhm <bluhm@openbsd.org>
Thu, 6 Jul 2017 13:06:34 +0000 (13:06 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 6 Jul 2017 13:06:34 +0000 (13:06 +0000)
commiteb0cda88fa0aad4d728460a2bd0db071f741cca0
treea1fb4444ea212a3d5d1801ca749a2063ee145f57
parentc9e86b779cb0713bf355065a401f77e07e79406e
Add ULL suffix to 64 bit constants.  This avoids compiler warnings
on i386 and allows to compile the C++ test.  Upstream dropped the
ULL in an insufficient attempt to make the siphash code C89 compatible.
Their fix will be more complicated.
No binary change.
lib/libexpat/lib/siphash.h
lib/libexpat/tests/runtests.c