CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/06 07:06:34
Modified files:
lib/libexpat/lib: siphash.h
lib/libexpat/tests: runtests.c
Log message:
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.
