C++ and/or gcc sucks for not allowing commas at the end of enums; this compiled in Visual Studio.

This commit is contained in:
jwalden@mit.edu 2007-06-19 22:24:09 -07:00
Родитель d72dab795f
Коммит 0d57ad8b96
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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