skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

commit bfc53cfde4fdda343647678fcd21b38a44f2de08
parent 452a56a21670fd005208282f0479a1c4537325e3
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Tue,  2 Apr 2024 16:49:25 +0000

 Fix to the fix, because I'm an idiot.

Signed-off-by: Laurent Bercot <ska@appnovation.com>

Diffstat:
Msrc/headers/signed-template | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/headers/signed-template b/src/headers/signed-template @@ -7,8 +7,8 @@ #define @TYPE@_FMT (1+UINT@BITS@_FMT) #define @type@_fmt int@BITS@_fmt #define @type@_fmtlist int@BITS@_fmtlist -#define @type@_scan(s, d, b) int@BITS@_scan(s, (int@BITS@_t *)d, b) -#define @type@0_scan(s, d, b) int@BITS@0_scan(s, (int@BITS@_t *)d, b) +#define @type@_scan(s, d) int@BITS@_scan(s, (int@BITS@_t *)d) +#define @type@0_scan(s, d) int@BITS@0_scan(s, (int@BITS@_t *)d) #define @type@_scanlist(tab, max, s, num) int@BITS@_scanlist((int@BITS@_t *)tab, max, s, num)