(t ast.Expr)
| 315 | } |
| 316 | |
| 317 | func (p *gc_bin_parser) record(t ast.Expr) { |
| 318 | p.typList = append(p.typList, t) |
| 319 | } |
| 320 | |
| 321 | // parent is the package which declared the type; parent == nil means |
| 322 | // the package currently imported. The parent package is needed for |