]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: macros - Use __typeof__ instead of typeof from C11 onwards
authorAki Tuomi <aki.tuomi@open-xchange.com>
Thu, 28 Aug 2025 09:46:08 +0000 (12:46 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Fri, 29 Aug 2025 08:41:41 +0000 (11:41 +0300)
commitbd0509c8919db2c207beb5b68ebf043398ef7e9d
tree91700deac6ecbb57ddc00fe934766e5ceba79faa
parentee9fbd4fc793f498b783fc269691478945df12da
lib: macros - Use __typeof__ instead of typeof from C11 onwards

typeof and __typeof__ are not standard until C23, and C11
requires using __typeof__.
src/lib/macros.h