Small changes

This commit is contained in:
Krzosa Karol
2024-01-29 12:29:19 +01:00
parent 1617135e65
commit 61967d16ad
4 changed files with 6 additions and 9 deletions

View File

@@ -99,7 +99,7 @@ enum {
S8_SplitFlag_SplitInclusive = 2,
};
const bool S8_IgnoreCase = true;
static const bool S8_IgnoreCase = true;
#if defined(__has_attribute)
#if __has_attribute(format)