diff options
author | johnvg | 2005-04-21 15:52:50 +0000 |
---|---|---|
committer | johnvg | 2005-04-21 15:52:50 +0000 |
commit | 0f8ae96110f200a1c40409e887a849508fb433b3 (patch) | |
tree | 40897b33e57f3108b19c15e846eab19410837da7 /frontend/checksupport.icl | |
parent | remove unused field support_generics (diff) |
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
Diffstat (limited to 'frontend/checksupport.icl')
-rw-r--r-- | frontend/checksupport.icl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |