Re: ftello: Prefer stdckdint to intprops.

2024-05-09 Thread Bruno Haible
Collin Funk wrote: > I've pushed this patch using stdckdint.h instead of intprops.h in > ftello. I think this should be the last occurrence of the > INT_*_OK/INT_*_WRAPV that wasn't yet converted. Thanks. Looks good. Bruno

ftello: Prefer stdckdint to intprops.

2024-05-08 Thread Collin Funk
CollinFrom ee4be3987b5bfb87a2d5a21c269d2f1ea249a316 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Wed, 8 May 2024 18:55:51 -0700 Subject: [PATCH] ftello: Prefer stdckdint to intprops. * lib/ftello.c (ftello): Include stdckdint.h instead of intprops.h. Prefer ckd_add to INT_ADD_OK. * modules/ftello (Depends-on):