aboutsummaryrefslogtreecommitdiff
path: root/frontend/checksupport.icl
diff options
context:
space:
mode:
authorronny2001-10-01 16:30:01 +0000
committerronny2001-10-01 16:30:01 +0000
commit22886adb5dc622cb76184fa8ef97e2c2234652a8 (patch)
tree79e7eb317c55feba7e2b0717fde500d3df6c6ea2 /frontend/checksupport.icl
parentmoved system independent code to new module "filesystem" (diff)
pass file modification times from icl module and dcl modules to backend
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@808 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
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
}