X-Git-Url: https://deadsoftware.ru/gitweb?p=dsw-obn.git;a=blobdiff_plain;f=src%2Foberon-internals.h;h=703ba6c5e4b4b6eb88fa9bb3f98d94973fd9e56e;hp=31c8054c6f2cab8f088c5de904e443aa73f67105;hb=2985d77f3ee4af98761b28b4ce1e57582d8c8619;hpb=9b4f78290edb5f5bedeb12e683546fa00082f108 diff --git a/src/oberon-internals.h b/src/oberon-internals.h index 31c8054..703ba6c 100644 --- a/src/oberon-internals.h +++ b/src/oberon-internals.h @@ -57,6 +57,8 @@ struct oberon_type_t { enum oberon_type_kind class; int size; + oberon_type_t * shorter; + oberon_type_t * longer; int num_decl; oberon_type_t * base;