diff options
author | sjakie | 2001-09-21 08:08:59 +0000 |
---|---|---|
committer | sjakie | 2001-09-21 08:08:59 +0000 |
commit | 68a9935f0203b73b5edb13a9e3996b8b06d05f48 (patch) | |
tree | 779071559cd7c17f66dcd4b02949f9805615f34f /frontend/frontend.dcl | |
parent | Added module owners for convertDynamics, type_io and type_io_common (diff) |
Bug fix: caching combined with omitted type and class definitions
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@800 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/frontend.dcl')
-rw-r--r-- | frontend/frontend.dcl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/frontend/frontend.dcl b/frontend/frontend.dcl index 8fa0abc..c3c4261 100644 --- a/frontend/frontend.dcl +++ b/frontend/frontend.dcl @@ -13,13 +13,13 @@ import checksupport, transform, overloading } :: FrontEndSyntaxTree - = { fe_icl :: !IclModule - , fe_dcls :: !{#DclModule} - , fe_components :: !{!Group} - , fe_dclIclConversions ::!Optional {# Index} - , fe_iclDclConversions ::!Optional {# Index} - , fe_globalFunctions :: !IndexRange - , fe_arrayInstances :: !ArrayAndListInstances + = { fe_icl :: !IclModule + , fe_dcls :: !{#DclModule} + , fe_components :: !{!Group} + , fe_dclIclConversions :: !Optional {# Index} + , fe_iclDclConversions :: !Optional {# Index} + , fe_globalFunctions :: !IndexRange + , fe_arrayInstances :: !ArrayAndListInstances } :: FrontEndPhase @@ -31,4 +31,4 @@ import checksupport, transform, overloading | FrontEndPhaseAll frontEndInterface :: !FrontEndOptions !Ident !SearchPaths !{#DclModule} !{#FunDef} !(Optional Bool) !*PredefinedSymbols !*HashTable !*Files !*File !*File !*File (!Optional !*File) !*Heaps - -> ( !Optional *FrontEndSyntaxTree,!.{# FunDef },!Int,!Int,!*PredefinedSymbols, !*HashTable, !*Files, !*File, !*File, !*File, !Optional !*File, !*Heaps) + -> ( !Optional *FrontEndSyntaxTree,!*{# FunDef },!{#DclModule},!Int,!Int,!*PredefinedSymbols, !*HashTable, !*Files, !*File, !*File, !*File, !Optional !*File, !*Heaps) |