зеркало из https://github.com/mozilla/pjs.git
C++ and/or gcc sucks for not allowing commas at the end of enums; this compiled in Visual Studio.
This commit is contained in:
Родитель
d72dab795f
Коммит
0d57ad8b96
|
@ -248,8 +248,7 @@ enum {
|
|||
|
||||
// Box layout bits
|
||||
NS_STATE_IS_HORIZONTAL = 0x00400000,
|
||||
NS_STATE_IS_DIRECTION_NORMAL = 0x80000000,
|
||||
|
||||
NS_STATE_IS_DIRECTION_NORMAL = 0x80000000
|
||||
};
|
||||
|
||||
// Helper macros
|
||||
|
|
Загрузка…
Ссылка в новой задаче