aboutsummaryrefslogtreecommitdiff
path: root/frontend/typereify.icl
diff options
context:
space:
mode:
authorronny2004-03-19 21:26:41 +0000
committerronny2004-03-19 21:26:41 +0000
commitf5968d000a221b1c3bcee5e7dbbbcd22a2977f1d (patch)
tree69342a27e47b9b08df0125bd9210fa0a582f9773 /frontend/typereify.icl
parentbug fix: correct function kind (diff)
change prefix "TD_" to "TD;"
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1471 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/typereify.icl')
-rw-r--r--frontend/typereify.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/typereify.icl b/frontend/typereify.icl
index 4456db1..e443c02 100644
--- a/frontend/typereify.icl
+++ b/frontend/typereify.icl
@@ -9,7 +9,7 @@ import typesupport
typeFunName :: Ident -> {#Char}
typeFunName {id_name}
- = "TD_" +++ id_name
+ = "TD;" +++ id_name
class makeTypeFun a :: Ident Position SymbolType *VarHeap *SymbolTable
-> (a, *VarHeap, *SymbolTable)