diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2009-08-13 07:13:56 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:13:58 +0000 |
commit | bfc87a4de0bb13a8dbb3d222baff1154559d9841 (patch) | |
tree | 6ed2fbcd0f8954b26ea1689fd90ebf18c3b6c4ff /UICaboodle/UCPlatform.h | |
parent | 59dbe2966d3839d2e38b4008268c1491a1d014bf (diff) |
Various fixes and stuff.
Diffstat (limited to 'UICaboodle/UCPlatform.h')
-rw-r--r-- | UICaboodle/UCPlatform.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/UICaboodle/UCPlatform.h b/UICaboodle/UCPlatform.h index 0940406..9e95703 100644 --- a/UICaboodle/UCPlatform.h +++ b/UICaboodle/UCPlatform.h @@ -45,5 +45,4 @@ while (false) #define _packed \ __attribute__((packed)) -//#define _finline __attribute__((force_inline)) -#define _finline inline +#define _finline inline __attribute__((always_inline)) |