Dear Wiki user, You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.
The following page has been changed by ChadWalters: http://wiki.apache.org/thrift/ThriftIDL ------------------------------------------------------------------------------ === Enum === - {{{[10] Enum ::= 'enum' Identifier '{' (Identifier ('=' IntConstant)* ListSeparator?)*}}} + {{{[10] Enum ::= 'enum' Identifier '{' (Identifier ('=' IntConstant)* ListSeparator?)* '}'}}} === Senum === - {{{[11] Senum ::= 'senum' Identifier '{' (Literal ListSeparator?)* }}} + {{{[11] Senum ::= 'senum' Identifier '{' (Literal ListSeparator?)* '}'}}} === Struct ===
