diff options
Diffstat (limited to 'frontend/checksupport.icl')
-rw-r--r-- | frontend/checksupport.icl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/checksupport.icl b/frontend/checksupport.icl index 1bd4655..437ac46 100644 --- a/frontend/checksupport.icl +++ b/frontend/checksupport.icl @@ -64,6 +64,7 @@ where :: Declaration = { dcl_ident :: !Ident + , dcl_pos :: !Position , dcl_kind :: !STE_Kind , dcl_index :: !Index } @@ -94,6 +95,7 @@ where , dcl_class_specials :: !IndexRange , dcl_specials :: !IndexRange , dcl_common :: !CommonDefs + , dcl_sizes :: !{# Int} , dcl_declared :: !Declarations , dcl_conversions :: !Optional ConversionTable , dcl_is_system :: !Bool |