Changeset 37446 in webkit for trunk/JavaScriptCore/wtf
- Timestamp:
- Oct 9, 2008, 7:26:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/AlwaysInline.h
r34499 r37446 22 22 23 23 #ifndef ALWAYS_INLINE 24 #if COMPILER(GCC) && defined(NDEBUG) 24 #if COMPILER(GCC) && defined(NDEBUG) && !COMPILER(MINGW) 25 25 #define ALWAYS_INLINE inline __attribute__ ((__always_inline__)) 26 26 #elif COMPILER(MSVC) && defined(NDEBUG)
Note:
See TracChangeset
for help on using the changeset viewer.