| Index: Source/wtf/Alignment.h
|
| diff --git a/Source/wtf/Alignment.h b/Source/wtf/Alignment.h
|
| index 7dfda209a8b5b77ac7ed220cabeee49c0b98f9ca..671d26435c069363b89bd225d16fb34b880ac3dc 100644
|
| --- a/Source/wtf/Alignment.h
|
| +++ b/Source/wtf/Alignment.h
|
| @@ -28,7 +28,7 @@
|
|
|
| namespace WTF {
|
|
|
| -#if COMPILER(GCC) || COMPILER(MINGW) || COMPILER(RVCT) || COMPILER(GCCE) || (COMPILER(SUNCC) && __SUNPRO_CC > 0x590)
|
| +#if COMPILER(GCC) || COMPILER(MINGW) || COMPILER(GCCE) || (COMPILER(SUNCC) && __SUNPRO_CC > 0x590)
|
| #define WTF_ALIGN_OF(type) __alignof__(type)
|
| #define WTF_ALIGNED(variable_type, variable, n) variable_type variable __attribute__((__aligned__(n)))
|
| #elif COMPILER(MSVC)
|
|
|