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

git-svn-id: svn://10.0.0.236/trunk@228364 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jwalden%mit.edu 2007-06-20 05:24:09 +00:00
parent 2be08514f3
commit f42533923d

View File

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