K 10 svn:author V 7 mandree K 8 svn:date V 27 2012-12-03T21:15:24.828817Z K 7 svn:log V 339 Fix build with clang, by: - setting USE_CSTD=gnu89 - unnesting a nested function definition (patch-src__util.c) Note that this code may be unsafe or yield bogus results where the sizes of size_t/int or long/int do not match, such as amd64. This causes tons of warnings with clang and should be reasonably easy to find. Feature safe: yes END