X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=oberon.h;h=93f80a8e78dc3fc2ccb5ea306ed26ce54a7c74f6;hb=7bff9378302d5e23c6e9eabe7e6edc8034dcd562;hp=16044d4cf34843f6311173f930b995dda8df3157;hpb=8520fd72cf3c1daeabbb8da91290dae85fc39c91;p=dsw-obn.git diff --git a/oberon.h b/oberon.h index 16044d4..93f80a8 100644 --- a/oberon.h +++ b/oberon.h @@ -98,12 +98,12 @@ struct oberon_type_s int class; int size; - int dim; - int num_decl; oberon_type_t * base; oberon_object_t * decl; + int recursive; + int initialized; gen_type_t * gen_type; }; @@ -142,6 +142,7 @@ struct oberon_object_s char * name; int class; + int linked; oberon_type_t * type; oberon_item_t * value; oberon_object_t * next;