Update of /cvsroot/hoc/hoc/HOC
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23839
Modified Files:
HOC.hs
Log Message:
Improve Enum support (missing parts of the commit)
Index: HOC.hs
===================================================================
RCS file: /cvsroot/hoc/hoc/HOC/HOC.hs,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- HOC.hs 25 Jul 2005 03:59:25 -0000 1.10
+++ HOC.hs 30 Jul 2005 02:41:53 -0000 1.11
@@ -37,6 +37,10 @@
SuperTarget,
super,
+ CEnum(..),
+ declareCEnum,
+ declareAnonymousCEnum,
+
-- debugging & statistics:
objectMapStatistics
@@ -56,3 +60,4 @@
import HOC.Utilities
import HOC.NewlyAllocated
import HOC.Super
+import HOC.CEnum
|