diff options
author | johnvg | 2004-04-02 11:54:09 +0000 |
---|---|---|
committer | johnvg | 2004-04-02 11:54:09 +0000 |
commit | 3d5ecf72822184a21b97f4ce66f386cc6dcb23ce (patch) | |
tree | 833d56e102a4681fe8e9aa754bfb2d0079f53d68 /frontend/hashtable.dcl | |
parent | don't overwrite first byte of next node in the heap with a '\0' (diff) |
export strictness of argument of newHashTable
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1480 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 433f270..ad0e238 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 :: *SymbolTable -> *HashTable +newHashTable :: !*SymbolTable -> *HashTable set_hte_mark :: !Int !*HashTable -> *HashTable |