diff options
author | ronny | 2002-09-20 09:51:25 +0000 |
---|---|---|
committer | ronny | 2002-09-20 09:51:25 +0000 |
commit | 0ecb74af2a773669a267b50e4143cc2528687286 (patch) | |
tree | 3df1beeff9dd1bae033cbc755bfb3dfdeede863b /backend/backendconvert.icl | |
parent | switch to 2.0 syntax, remove duplicated definitions from icl modules (diff) |
removed SK_GeneratedCaseFunction: it's not necessary any more, because
there are no function generated in convertDynamics
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1202 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backend/backendconvert.icl')
-rw-r--r-- | backend/backendconvert.icl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/backend/backendconvert.icl b/backend/backendconvert.icl index 31a89a5..2fe810d 100644 --- a/backend/backendconvert.icl +++ b/backend/backendconvert.icl @@ -1821,12 +1821,8 @@ where = beFunctionSymbol glob_object glob_module convertSymbol {symb_kind=SK_LocalMacroFunction glob_object} = beFunctionSymbol glob_object main_dcl_module_n - convertSymbol {symb_kind=SK_GeneratedCaseFunction _ index} - = beFunctionSymbol index main_dcl_module_n convertSymbol {symb_kind=SK_GeneratedFunction _ index} = beFunctionSymbol index main_dcl_module_n - convertSymbol {symb_kind=SK_GeneratedCaseFunction _ index} - = beFunctionSymbol index main_dcl_module_n convertSymbol {symb_kind=SK_Constructor {glob_module, glob_object}} = beConstructorSymbol glob_module glob_object // ->> ("convertSymbol", (glob_module, glob_object)) convertSymbol symbol |