summaryrefslogtreecommitdiffhomepage
path: root/include/stc/ccommon.h
diff options
context:
space:
mode:
authortylov <[email protected]>2023-07-10 10:58:36 +0200
committertylov <[email protected]>2023-07-10 11:59:29 +0200
commit7342a721e5dbef94bb1b1541f01154fe4a37aeb8 (patch)
tree56e7ed523af4c6c01dbdbade016738c48df97235 /include/stc/ccommon.h
parent6fe1ec0e0e3dbce71797873f71a5f306b046319f (diff)
downloadSTC-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.h4
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