Changeset 21783 in webkit for trunk/JavaScriptCore/wtf/FastMalloc.h
- Timestamp:
- May 25, 2007, 3:45:22 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMalloc.h
r20019 r21783 52 52 #endif 53 53 54 #if PLATFORM(GCC) && PLATFORM(DARWIN)54 #if COMPILER(GCC) && PLATFORM(DARWIN) 55 55 #define WTF_PRIVATE_INLINE __private_extern__ inline __attribute__((always_inline)) 56 #elif PLATFORM(GCC)56 #elif COMPILER(GCC) 57 57 #define WTF_PRIVATE_INLINE inline __attribute__((always_inline)) 58 58 #else
Note:
See TracChangeset
for help on using the changeset viewer.