aboutsummaryrefslogtreecommitdiff
path: root/frontend/checksupport.icl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/checksupport.icl')
-rw-r--r--frontend/checksupport.icl4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/checksupport.icl b/frontend/checksupport.icl
index 3320f1a..223da52 100644
--- a/frontend/checksupport.icl
+++ b/frontend/checksupport.icl
@@ -111,6 +111,9 @@ where
, icl_imported_objects :: ![ImportedObject]
, icl_used_module_numbers :: !NumberSet
, icl_copied_from_dcl :: !CopiedDefinitions
+// RWS ...
+ , icl_modification_time :: !{#Char}
+// ... RWS
}
:: DclModule =
@@ -125,6 +128,7 @@ where
, dcl_conversions :: !Optional ConversionTable
// RWS ... , dcl_is_system :: !Bool
, dcl_module_kind :: !ModuleKind
+ , dcl_modification_time:: !{#Char}
// ... RWS
, dcl_imported_module_numbers :: !NumberSet
}