From 06a9755549c194ed39245152f66d81f43e2d9719 Mon Sep 17 00:00:00 2001 From: johnvg Date: Fri, 5 Apr 2013 14:31:26 +0000 Subject: add derive class for deriving generic functions in class context (from iTask branch) git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2225 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/checksupport.icl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'frontend/checksupport.icl') 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 -- cgit v1.2.3