mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Everywhere: Prefix 'TYPEDEF_DISTINCT_NUMERIC_GENERAL' with 'AK_'
This commit is contained in:
parent
9a1c27a163
commit
5a106b6401
Notes:
sideshowbarker
2024-07-17 08:38:29 +09:00
Author: https://github.com/linusg
Commit: 5a106b6401
Pull-request: https://github.com/SerenityOS/serenity/pull/14650
6 changed files with 21 additions and 21 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue