Capture typarams into obj, independent of body tydesc.

This commit is contained in:
Graydon Hoare 2011-02-03 14:40:57 -08:00
parent ce17fe2a90
commit be97a77be8
2 changed files with 79 additions and 19 deletions

View file

@ -44,7 +44,8 @@ const int obj_field_vtbl = 0;
const int obj_field_box = 1;
const int obj_body_elt_tydesc = 0;
const int obj_body_elt_fields = 1;
const int obj_body_elt_typarams = 1;
const int obj_body_elt_fields = 2;
const int fn_field_code = 0;
const int fn_field_box = 1;