diff options
author | johnvg | 2001-08-31 11:54:53 +0000 |
---|---|---|
committer | johnvg | 2001-08-31 11:54:53 +0000 |
commit | 2b929a2213f5cfe0a82a96652487605862e9dabf (patch) | |
tree | 21f3b6a025375431521cc9e997c27e20d68508e1 /main/compile.dcl | |
parent | parse 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.dcl | 3 |
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 + |