DEADSOFTWARE

Добавлены функции LONG и SHORT
[dsw-obn.git] / src / oberon-internals.h
index 31c8054c6f2cab8f088c5de904e443aa73f67105..703ba6c5e4b4b6eb88fa9bb3f98d94973fd9e56e 100644 (file)
@@ -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;