From 22886adb5dc622cb76184fa8ef97e2c2234652a8 Mon Sep 17 00:00:00 2001 From: ronny Date: Mon, 1 Oct 2001 16:30:01 +0000 Subject: 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 --- frontend/checksupport.icl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'frontend/checksupport.icl') 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 } -- cgit v1.2.3