2007-10-12 Teresa Thomas <tthomas@redhat.com> * CExpr.g: Add MEMBER. (DOT): Use MEMBER instead of REFERENCE. (astDotExpr): Delete. (AMPERSAND): Use postfix_expression. (STAR): Ditto. * CExprEvaluator.g (MEMBER): Implement. 2007-10-12 Teresa Thomas <tthomas@redhat.com> * TypeDecorator.java (member): New. * CompositeType.java (member): New. * Type.java (member): New. * TestComposite.java (testMember): New.