aboutsummaryrefslogtreecommitdiff
path: root/backend/backendconvert.dcl
diff options
context:
space:
mode:
authorclean2000-09-27 10:35:48 +0000
committerclean2000-09-27 10:35:48 +0000
commit6e2726d5eea3a121d274aaebd267e8a768059348 (patch)
tree0ec83df28a8c183d1072a6dc41f296510fba6c3e /backend/backendconvert.dcl
parentcaching of dcl modules (diff)
caching of dcl modules, return unique heap
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@234 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backend/backendconvert.dcl')
-rw-r--r--backend/backendconvert.dcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/backendconvert.dcl b/backend/backendconvert.dcl
index 1fc02a6..2edcb19 100644
--- a/backend/backendconvert.dcl
+++ b/backend/backendconvert.dcl
@@ -3,4 +3,4 @@ definition module backendconvert
from backend import BackEnd
import frontend
-backEndConvertModules :: PredefinedSymbols FrontEndSyntaxTree VarHeap *BackEnd -> *BackEnd
+backEndConvertModules :: PredefinedSymbols FrontEndSyntaxTree !Int *VarHeap *BackEnd -> (!*VarHeap,!*BackEnd)