wip - reworking hcl server/client code
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-14 18:33:15 +09:00
parent f9ee45cf41
commit 59dfe8cbb7
16 changed files with 1158 additions and 816 deletions

View File

@ -150,7 +150,7 @@ HCL_EXPORT int hcl_is_bch_type (hcl_bch_t c, hcl_bch_prop_t type);
# if __has_builtin(__builtin_tolower)
# define hcl_to_bch_lower __builtin_tolower
# endif
#elif (__GNUC__ >= 4)
#elif (__GNUC__ >= 4)
# define hcl_is_bch_upper __builtin_isupper
# define hcl_is_bch_lower __builtin_islower
# define hcl_is_bch_alpha __builtin_isalpha