diff options
| author | tylov <[email protected]> | 2023-08-23 00:24:43 +0200 |
|---|---|---|
| committer | tylov <[email protected]> | 2023-08-23 00:24:43 +0200 |
| commit | 31cdd30a4ed87087bf19f14f4a643e39735a1420 (patch) | |
| tree | 3a608ac4fe06b8a2edda459e996f1f6db9025cc5 | |
| parent | 5f56f59c6ea7a731efd4eefc1211352f40a8b33f (diff) | |
| download | STC-modified-31cdd30a4ed87087bf19f14f4a643e39735a1420.tar.gz STC-modified-31cdd30a4ed87087bf19f14f4a643e39735a1420.zip | |
Removed the last committed c_forint macro.
| -rw-r--r-- | include/stc/ccommon.h | 3 |
1 files changed, 1 insertions, 2 deletions
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) |
