aboutsummaryrefslogtreecommitdiff
path: root/frontend/checksupport.icl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/checksupport.icl')
-rw-r--r--frontend/checksupport.icl3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/checksupport.icl b/frontend/checksupport.icl
index 5ae31d2..6a388f7 100644
--- a/frontend/checksupport.icl
+++ b/frontend/checksupport.icl
@@ -4,8 +4,6 @@ import StdEnv, compare_constructor
import syntax, predef, containers
import utilities
-//import RWSDebug
-
cUndef :== -1
instance toInt STE_Kind
@@ -21,6 +19,7 @@ where
toInt STE_DclFunction = cFunctionDefs
toInt (STE_FunctionOrMacro _) = cMacroDefs
toInt (STE_DclMacroOrLocalMacroFunction _)= cMacroDefs
+ toInt STE_GenericDeriveClass = cGenericCaseDefs
toInt STE_TypeExtension = cTypeDefs
toInt _ = NoIndex