Changeset 38173 in webkit for trunk/JavaScriptCore/wtf/Vector.h
- Timestamp:
- Nov 6, 2008, 9:47:58 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Vector.h
r37526 r38173 38 38 39 39 // WTF_ALIGN_OF / WTF_ALIGNED 40 #if COMPILER(GCC) || COMPILER(MINGW) 40 #if COMPILER(GCC) || COMPILER(MINGW) || COMPILER(RVCT) || COMPILER(WINSCW) 41 41 #define WTF_ALIGN_OF(type) __alignof__(type) 42 42 #define WTF_ALIGNED(variable_type, variable, n) variable_type variable __attribute__((__aligned__(n)))
Note:
See TracChangeset
for help on using the changeset viewer.