mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:27:34 +00:00
Add ALWAYS_INLINE macro.
This commit is contained in:
parent
ba185e3eba
commit
8f941561b4
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
#define PACKED __attribute__ ((packed))
|
#define PACKED __attribute__ ((packed))
|
||||||
#define NORETURN __attribute__ ((noreturn))
|
#define NORETURN __attribute__ ((noreturn))
|
||||||
|
#define ALWAYS_INLINE __attribute__ ((always_inline))
|
||||||
#define PURE __attribute__ ((pure))
|
#define PURE __attribute__ ((pure))
|
||||||
#define PUBLIC
|
#define PUBLIC
|
||||||
#define PRIVATE static
|
#define PRIVATE static
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue