diff options
author | ronny | 2001-06-25 16:16:00 +0000 |
---|---|---|
committer | ronny | 2001-06-25 16:16:00 +0000 |
commit | c63878b450689f29ae03a04a9767a5d85893ead6 (patch) | |
tree | c60f752174d696652475503d0b9480c74983c4a3 /frontend/checksupport.icl | |
parent | also add pattern variables in Cases to cp_local_vars (diff) |
generate .depend for current dcl module
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@504 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/checksupport.icl')
-rw-r--r-- | frontend/checksupport.icl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/checksupport.icl b/frontend/checksupport.icl index 0222299..bdb6c16 100644 --- a/frontend/checksupport.icl +++ b/frontend/checksupport.icl @@ -118,7 +118,9 @@ where , dcl_sizes :: !{# Int} , dcl_declared :: !Declarations , dcl_conversions :: !Optional ConversionTable - , dcl_is_system :: !Bool +// RWS ... , dcl_is_system :: !Bool + , dcl_module_kind :: !ModuleKind +// ... RWS , dcl_imported_module_numbers :: !NumberSet , dcl_is_cashed :: !Bool } |