From ddb8d7c11154c322cdc821d2587ae5de9bb39305 Mon Sep 17 00:00:00 2001 From: dzaima Date: Tue, 1 Jul 2025 02:08:49 +0300 Subject: [PATCH] use ux instead of usz as the loop index in another place --- src/builtins/compare.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/builtins/compare.c b/src/builtins/compare.c index 7701f505..297d9a90 100644 --- a/src/builtins/compare.c +++ b/src/builtins/compare.c @@ -156,11 +156,11 @@ u8 const matchFnData[] = { // for the main diagonal, amount to shift length by; #undef DEF_EQ_U1 #define DEF_EQ_I(NAME, S, T, INIT) \ - bool F(NAME)(void* w, void* x, ux l, u64 d) { \ - assert(l>0); INIT \ - S* wp = w; T* xp = x; \ - for (usz i=0; i0); INIT \ + S* wp = w; T* xp = x; \ + for (ux i=0; i