X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Foberon-internals.h;h=7a776d695502bec8b53225c031e31f808d207841;hb=5b29102a5440d6511087356b9d9579b7501ca1ec;hp=f0a6bed23e96fa8ec6b70d9cafc3a133713485ba;hpb=99fa357db44a4c30957bd0810e14a20456c58347;p=dsw-obn.git diff --git a/src/oberon-internals.h b/src/oberon-internals.h index f0a6bed..7a776d6 100644 --- a/src/oberon-internals.h +++ b/src/oberon-internals.h @@ -30,6 +30,8 @@ struct oberon_scope_t int local; oberon_object_t * parent; oberon_type_t * parent_type; + + gen_label_t * exit_label; }; enum oberon_type_kind