August 23, 2004
1) see attached diff for a documentation glitch

2) the source below is valid but results in a segfault.
<< documentation >>
> EnumDeclaration:
>   enum EnumBody
> EnumBody:
>    ;

<< source >>
> enum;
>

Thomas