From 8c81c9642b5f7564f06654562d929703f2d2dd0a Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Fri, 27 Jan 2023 15:09:59 +0100 Subject: (Reverted) c_COMPOUND() to c_LITERAL(). --- include/stc/cpque.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stc/cpque.h') diff --git a/include/stc/cpque.h b/include/stc/cpque.h index 83fcb684..8bb70216 100644 --- a/include/stc/cpque.h +++ b/include/stc/cpque.h @@ -45,7 +45,7 @@ STC_API void _cx_memb(_erase_at)(_cx_self* self, size_t idx); STC_API void _cx_memb(_push)(_cx_self* self, _cx_value value); STC_INLINE _cx_self _cx_memb(_init)(void) - { return c_COMPOUND(_cx_self){NULL}; } + { return c_LITERAL(_cx_self){NULL}; } STC_INLINE void _cx_memb(_put_n)(_cx_self* self, const _cx_raw* raw, size_t n) { while (n--) _cx_memb(_push)(self, i_keyfrom(*raw++)); } -- cgit v1.2.3