diff options
| author | Tyge Løvset <[email protected]> | 2022-01-01 19:51:03 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-01-01 19:51:03 +0100 |
| commit | 8134d0f62ebc659741131eb79cec4fdcf5f774f7 (patch) | |
| tree | 4324409930c320fcedc98f25356caeccf4e578c0 /include/stc/cpque.h | |
| parent | 9eafcffc28cc8cc0ee273888c1af043ff4d685a4 (diff) | |
| download | STC-modified-8134d0f62ebc659741131eb79cec4fdcf5f774f7.tar.gz STC-modified-8134d0f62ebc659741131eb79cec4fdcf5f774f7.zip | |
Corrected linking macro settings.
Diffstat (limited to 'include/stc/cpque.h')
| -rw-r--r-- | include/stc/cpque.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/cpque.h b/include/stc/cpque.h index 73494cbd..2347fc55 100644 --- a/include/stc/cpque.h +++ b/include/stc/cpque.h @@ -105,7 +105,7 @@ STC_INLINE void _cx_memb(_emplace)(_cx_self* self, _cx_raw raw) #endif
/* -------------------------- IMPLEMENTATION ------------------------- */
-#if !defined(STC_HEADER) || defined(STC_IMPLEMENTATION) || defined(i_imp)
+#if !defined(STC_SHARED) || c_option(c_static) || defined(STC_IMPLEMENTATION)
STC_DEF void
_cx_memb(_sift_down_)(_cx_value* arr, const size_t idx, const size_t n) {
|
