X-Git-Url: http://deadsoftware.ru/gitweb?p=dsw-obn.git;a=blobdiff_plain;f=oberon.h;h=41cec621e9dc6983297d651bcfe9f955e078d497;hp=16044d4cf34843f6311173f930b995dda8df3157;hb=3376c57aa304940b405940c6463df71c7c1c7f01;hpb=8520fd72cf3c1daeabbb8da91290dae85fc39c91 diff --git a/oberon.h b/oberon.h index 16044d4..41cec62 100644 --- a/oberon.h +++ b/oberon.h @@ -104,6 +104,8 @@ struct oberon_type_s oberon_type_t * base; oberon_object_t * decl; + int recursive; + int initialized; gen_type_t * gen_type; }; @@ -142,6 +144,7 @@ struct oberon_object_s char * name; int class; + int linked; oberon_type_t * type; oberon_item_t * value; oberon_object_t * next;