diff options
author | clean | 2000-09-27 10:35:48 +0000 |
---|---|---|
committer | clean | 2000-09-27 10:35:48 +0000 |
commit | 6e2726d5eea3a121d274aaebd267e8a768059348 (patch) | |
tree | 0ec83df28a8c183d1072a6dc41f296510fba6c3e /backend/backendconvert.dcl | |
parent | caching 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.dcl | 2 |
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) |