Commit graph

3 commits

Author SHA1 Message Date
Daniel Eklöf
3ff1c95208
char32: only include stdc-predef.h if it is available
Use the (relatively new) macro __has_include() to check if
stdc-predef.h exists, and only include it if it does.

If stdc-predef.h does not exist, or if the compiler does not implement
__has_include(), stdc-predef.h is *not* included.
2022-03-20 10:50:57 +01:00
Leonardo Neumann
265188ca4c
char32: add missing header to work with musl 2022-02-21 02:18:54 -03:00
Daniel Eklöf
ff238e62ba
fcft: adapt to API changes in fcft-3.x 2022-02-05 12:51:08 +01:00