Everywhere: Prefix 'TYPEDEF_DISTINCT_NUMERIC_GENERAL' with 'AK_'

This commit is contained in:
Linus Groh 2022-07-22 19:41:31 +01:00
commit 5a106b6401
Notes: sideshowbarker 2024-07-17 08:38:29 +09:00
6 changed files with 21 additions and 21 deletions

View file

@ -12,7 +12,7 @@
namespace JS::Bytecode {
TYPEDEF_DISTINCT_NUMERIC_GENERAL(size_t, false, true, false, false, false, false, StringTableIndex);
AK_TYPEDEF_DISTINCT_NUMERIC_GENERAL(size_t, false, true, false, false, false, false, StringTableIndex);
class StringTable {
AK_MAKE_NONMOVABLE(StringTable);