Some refactoring of ranges. env::AUTHORS and env::AUTHOR_EMAILS

This commit is contained in:
Christoffer Lerno
2025-07-16 12:23:24 +02:00
parent 078ce38c57
commit 379d16abe7
16 changed files with 86 additions and 15 deletions

View File

@@ -198,6 +198,7 @@ macro bool os_is_posix() @const
return false;
$endswitch
}
const String[] AUTHORS = $$AUTHORS;
const String[] AUTHOR_EMAILS = $$AUTHOR_EMAILS;
const BUILTIN_EXPECT_IS_DISABLED = $feature(DISABLE_BUILTIN_EXPECT);
const BUILTIN_PREFETCH_IS_DISABLED = $feature(DISABLE_BUILTIN_PREFETCH);