diff options
author | ronny | 2001-10-01 16:30:01 +0000 |
---|---|---|
committer | ronny | 2001-10-01 16:30:01 +0000 |
commit | 22886adb5dc622cb76184fa8ef97e2c2234652a8 (patch) | |
tree | 79e7eb317c55feba7e2b0717fde500d3df6c6ea2 /frontend/checksupport.dcl | |
parent | moved 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.dcl')
-rw-r--r-- | frontend/checksupport.dcl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/checksupport.dcl b/frontend/checksupport.dcl index f1baa74..6e6688f 100644 --- a/frontend/checksupport.dcl +++ b/frontend/checksupport.dcl @@ -98,6 +98,9 @@ cConversionTableSize :== 9 // AA , icl_imported_objects :: ![ImportedObject] , icl_used_module_numbers :: !NumberSet , icl_copied_from_dcl :: !CopiedDefinitions +// RWS ... + , icl_modification_time :: !{#Char} +// ... RWS } :: DclModule = @@ -112,6 +115,7 @@ cConversionTableSize :== 9 // AA , dcl_conversions :: !Optional ConversionTable // RWS ... , dcl_is_system :: !Bool , dcl_module_kind :: !ModuleKind + , dcl_modification_time:: !{#Char} // ... RWS , dcl_imported_module_numbers :: !NumberSet } |