mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Add ALWAYS_INLINE macro.
This commit is contained in:
parent
ba185e3eba
commit
8f941561b4
Notes:
sideshowbarker
2024-07-19 18:45:31 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/8f941561b49
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#define PACKED __attribute__ ((packed))
|
||||
#define NORETURN __attribute__ ((noreturn))
|
||||
#define ALWAYS_INLINE __attribute__ ((always_inline))
|
||||
#define PURE __attribute__ ((pure))
|
||||
#define PUBLIC
|
||||
#define PRIVATE static
|
||||
|
|
Loading…
Reference in a new issue