From: Mark Wooding Date: Sat, 19 Oct 2019 18:59:59 +0000 (+0100) Subject: util.c: Augment `convu64' to collect its argument via `kludge64'. X-Git-Url: https://git.distorted.org.uk/~mdw/pyke/commitdiff_plain/a6b5c54d053f10245f5a815045ac36a0365956f1?hp=a6b5c54d053f10245f5a815045ac36a0365956f1 util.c: Augment `convu64' to collect its argument via `kludge64'. Otherwise integers too large for `unsigned long' get rejected with an error, even though they ought to be acceptable as a `uint64'. ---