aboutsummaryrefslogtreecommitdiff
path: root/frontend/unitype.icl
diff options
context:
space:
mode:
authorjohnvg2001-03-27 15:54:51 +0000
committerjohnvg2001-03-27 15:54:51 +0000
commit6b8957b10a9fd22ae5c890839645b01c99cf4244 (patch)
tree57756ac99b2c64e853360f1a9dc754b1f74e465d /frontend/unitype.icl
parentallow 'else fail' for all if nodes on root or in (diff)
unfold all macros and local functions in macros
changed Declaration type fixed crash when macro appears only in dcl module added make with caching in 'main' use BoxedIdent in hashtable git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@344 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/unitype.icl')
-rw-r--r--frontend/unitype.icl6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/unitype.icl b/frontend/unitype.icl
index 1959938..418d2fc 100644
--- a/frontend/unitype.icl
+++ b/frontend/unitype.icl
@@ -2,7 +2,7 @@ implementation module unitype
import StdEnv
-import syntax, analunitypes, type, utilities, checktypes, RWSDebug
+import syntax, analunitypes, type, utilities, checktypes //, RWSDebug
import cheat
@@ -455,7 +455,7 @@ where
(AVI_Attr attr, attr_var_heap)
-> (True,attr, attr_var_heap)
(info, attr_var_heap)
- -> abort ("expand_attribute (unitype.icl)" ---> (av_name <<- info ))
+ -> abort ("expand_attribute (unitype.icl)" )//---> (av_name <<- info ))
expand_attribute attr attr_var_heap
= (False,attr, attr_var_heap)
@@ -479,7 +479,7 @@ where
(AVI_Attr attr, attr_var_heap)
-> (True,attr, attr_var_heap)
(info, attr_var_heap)
- -> abort ("expand_attribute (unitype.icl)" ---> (av_name <<- info ))
+ -> abort ("expand_attribute (unitype.icl)" )//---> (av_name <<- info ))
expand_attribute attr attr_var_heap
= (False,attr, attr_var_heap)