Author :
Alexei Podtelezhnikov
Date :
2023-10-21 19:08:20
Hash :fab53f7b Message :* src/pcf/pcfutil.c (BSWAP16): Limit clang support.
These ancient builtins have been supported by clang since 2013. We
condition it somewhat stricter but still around 2017. This is more
portable than `__has_builtin`. Fixes #1260.