aboutsummaryrefslogtreecommitdiff
path: root/frontend/hashtable.icl
diff options
context:
space:
mode:
authorjohnvg2011-11-08 16:00:02 +0000
committerjohnvg2011-11-08 16:00:02 +0000
commit109ede91c28841b9f496a3f40274741043f7ab3c (patch)
tree040c564f7981f39e182818bcc9f7b1351acf0989 /frontend/hashtable.icl
parentrename module StdCompare to compare_types (diff)
rename module StdCompare to compare_types
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2015 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/hashtable.icl')
-rw-r--r--frontend/hashtable.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/hashtable.icl b/frontend/hashtable.icl
index 78c2767..eb011b1 100644
--- a/frontend/hashtable.icl
+++ b/frontend/hashtable.icl
@@ -1,6 +1,6 @@
implementation module hashtable
-import predef, syntax, StdCompare, compare_constructor
+import predef, syntax, compare_types, compare_constructor
:: HashTableEntry
= HTE_Ident !BoxedIdent !IdentClass !Int !HashTableEntry !HashTableEntry