aboutsummaryrefslogtreecommitdiff
path: root/main/compile.dcl
diff options
context:
space:
mode:
authorjohnvg2001-08-31 11:54:53 +0000
committerjohnvg2001-08-31 11:54:53 +0000
commit2b929a2213f5cfe0a82a96652487605862e9dabf (patch)
tree21f3b6a025375431521cc9e997c27e20d68508e1 /main/compile.dcl
parentparse strict and unboxed lists (diff)
add symbol_heap parameter to function empty_cache
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@719 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main/compile.dcl')
-rw-r--r--main/compile.dcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/compile.dcl b/main/compile.dcl
index 68495c5..cf96858 100644
--- a/main/compile.dcl
+++ b/main/compile.dcl
@@ -13,4 +13,5 @@ compile :: ![{#Char}] !*DclCache !*Files -> (!Bool,!*DclCache,!*Files)
heaps::!.Heaps
};
-empty_cache :: *DclCache
+empty_cache :: *SymbolTable -> *DclCache
+