diff options
| author | tylov <[email protected]> | 2023-07-10 10:58:36 +0200 |
|---|---|---|
| committer | tylov <[email protected]> | 2023-07-10 11:59:29 +0200 |
| commit | 7342a721e5dbef94bb1b1541f01154fe4a37aeb8 (patch) | |
| tree | 56e7ed523af4c6c01dbdbade016738c48df97235 /include/stc/ccommon.h | |
| parent | 6fe1ec0e0e3dbce71797873f71a5f306b046319f (diff) | |
| download | STC-modified-7342a721e5dbef94bb1b1541f01154fe4a37aeb8.tar.gz STC-modified-7342a721e5dbef94bb1b1541f01154fe4a37aeb8.zip | |
Reverted from crange_init() to crange_make() again. Added to changelog for v4.3
Diffstat (limited to 'include/stc/ccommon.h')
| -rw-r--r-- | include/stc/ccommon.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/stc/ccommon.h b/include/stc/ccommon.h index 0cce1610..d6da8734 100644 --- a/include/stc/ccommon.h +++ b/include/stc/ccommon.h @@ -241,8 +241,4 @@ STC_INLINE intptr_t cnextpow2(intptr_t n) { asm("mulq %3" : "=a"(*(lo)), "=d"(*(hi)) : "a"(a), "rm"(b)) #endif -// [deprecated]: -#define c_make(...) c_init(__VA_ARGS__) -#define cspan_make(...) cspan_init(__VA_ARGS__) -#define crange_make(...) crange_init(__VA_ARGS__) #endif // CCOMMON_H_INCLUDED |
