mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
AK: Rename MakeUnsigned::type to MakeUnsigned::Type.
Also renames MakeSigned::type to MakeSigned::Type.
This commit is contained in:
parent
7e6fbef8db
commit
05abfc0e1f
Notes:
sideshowbarker
2024-07-19 04:14:40 +09:00
Author: https://github.com/asynts
Commit: 05abfc0e1f
Pull-request: https://github.com/SerenityOS/serenity/pull/3007
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/nico
3 changed files with 22 additions and 22 deletions
|
@ -42,7 +42,7 @@ typedef __INT8_TYPE__ i8;
|
|||
#ifdef __serenity__
|
||||
|
||||
typedef __SIZE_TYPE__ size_t;
|
||||
typedef MakeSigned<size_t>::type ssize_t;
|
||||
typedef MakeSigned<size_t>::Type ssize_t;
|
||||
|
||||
typedef __PTRDIFF_TYPE__ ptrdiff_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue