From 31cdd30a4ed87087bf19f14f4a643e39735a1420 Mon Sep 17 00:00:00 2001 From: tylov Date: Wed, 23 Aug 2023 00:24:43 +0200 Subject: Removed the last committed c_forint macro. --- include/stc/ccommon.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/stc/ccommon.h b/include/stc/ccommon.h index 70e225f0..6e90f75a 100644 --- a/include/stc/ccommon.h +++ b/include/stc/ccommon.h @@ -198,8 +198,7 @@ STC_INLINE intptr_t cnextpow2(intptr_t n) { ; _.it.ref && (_.key = &_.it.ref->first, _.val = &_.it.ref->second) \ ; C##_next(&_.it)) -#define c_forint(...) c_for(int, __VA_ARGS__) -#define c_forrange(...) c_for(_llong, __VA_ARGS__) +#define c_forrange(...) c_for(long long, __VA_ARGS__) #define c_for(...) c_MACRO_OVERLOAD(c_for, __VA_ARGS__) #define c_for_2(T, stop) c_for_4(T, _c_i, 0, stop) #define c_for_3(T, i, stop) c_for_4(T, i, 0, stop) -- cgit v1.2.3