diff options
author | johnvg | 2001-08-31 10:46:42 +0000 |
---|---|---|
committer | johnvg | 2001-08-31 10:46:42 +0000 |
commit | 2d7141eb1fbea5966a5033978ce9c9467fd90bde (patch) | |
tree | 4fc0dbac35c2023ea2cecb08d5f23e995832ede2 /frontend/hashtable.dcl | |
parent | added ArrayAndListInstances,OverloadedListPatterns and OverloadedListType (diff) |
added symbol_heap parameter to newHashTable
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@704 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/hashtable.dcl')
-rw-r--r-- | frontend/hashtable.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/hashtable.dcl b/frontend/hashtable.dcl index 72a5544..fea7b26 100644 --- a/frontend/hashtable.dcl +++ b/frontend/hashtable.dcl @@ -10,7 +10,7 @@ import syntax , hte_mark :: !Int // 1 for .icl modules, otherwise 0 } -newHashTable :: *HashTable +newHashTable :: *SymbolTable -> *HashTable set_hte_mark :: !Int !*HashTable -> *HashTable |