remove unnecessary (and invalid, with some vers of gcc) parens around datatype:
new (Picture *)[x] ::= new Picture *[x]
Authored by: trckjunky 2004-12-23
Parent: [r2563]
Child: [r2565]