From 0f8ae96110f200a1c40409e887a849508fb433b3 Mon Sep 17 00:00:00 2001 From: johnvg Date: Thu, 21 Apr 2005 15:52:50 +0000 Subject: remove support for 1.3 import syntax git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1536 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/checksupport.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/checksupport.icl') diff --git a/frontend/checksupport.icl b/frontend/checksupport.icl index 97e85b8..0c856f4 100644 --- a/frontend/checksupport.icl +++ b/frontend/checksupport.icl @@ -17,7 +17,7 @@ where toInt STE_Generic = cGenericDefs toInt STE_GenericCase = cGenericCaseDefs toInt STE_Member = cMemberDefs - toInt (STE_Instance _) = cInstanceDefs + toInt STE_Instance = cInstanceDefs toInt STE_DclFunction = cFunctionDefs toInt (STE_FunctionOrMacro _) = cMacroDefs toInt (STE_DclMacroOrLocalMacroFunction _)= cMacroDefs -- cgit v1.2.3