From ad561c6f2055303bc355cc5e84dbf1e8b614f30e Mon Sep 17 00:00:00 2001 From: johnvg Date: Thu, 31 Mar 2011 15:26:26 +0000 Subject: use type Component instead of Group in the fusion modules: partition, classify and trans, because function pointers for generated functions are stored in the Component, they can be found without searching the new functions list git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1895 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/frontend.dcl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'frontend/frontend.dcl') diff --git a/frontend/frontend.dcl b/frontend/frontend.dcl index 6a1e0a9..9aa9678 100644 --- a/frontend/frontend.dcl +++ b/frontend/frontend.dcl @@ -5,7 +5,8 @@ definition module frontend from scanner import ::SearchPaths from general import ::Optional (Yes, No) -import checksupport, transform, overloading +import checksupport, overloading +from partition import ::Component(..),::ComponentMembers :: FrontEndOptions = { feo_up_to_phase :: !FrontEndPhase @@ -18,7 +19,7 @@ import checksupport, transform, overloading :: FrontEndSyntaxTree = { fe_icl :: !IclModule , fe_dcls :: !{#DclModule} - , fe_components :: !{!Group} + , fe_components :: !{!Component} , fe_arrayInstances :: !ArrayAndListInstances } -- cgit v1.2.3