From bcb355ab25ab313966bba184421fc64c4e9a5567 Mon Sep 17 00:00:00 2001 From: martinw Date: Wed, 12 Apr 2000 12:28:07 +0000 Subject: small bugfix git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@125 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/comparedefimp.icl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/comparedefimp.icl b/frontend/comparedefimp.icl index 0c36b74..1517ee6 100644 --- a/frontend/comparedefimp.icl +++ b/frontend/comparedefimp.icl @@ -907,6 +907,11 @@ e_corresponds_app_symb dcl_app_symb=:{symb_kind=SK_OverloadedFunction dcl_glob_i ec_state = continuation_for_possibly_twice_defined_funs dcl_app_symb dcl_glob_index icl_app_symb icl_glob_index ec_state +e_corresponds_app_symb dcl_app_symb=:{symb_kind=SK_Macro dcl_glob_index} + icl_app_symb=:{symb_kind=SK_Macro icl_glob_index} + ec_state + = continuation_for_possibly_twice_defined_funs dcl_app_symb dcl_glob_index icl_app_symb icl_glob_index + ec_state e_corresponds_app_symb {symb_name=dcl_symb_name, symb_kind=SK_Constructor dcl_glob_index} {symb_name=icl_symb_name, symb_kind=SK_Constructor icl_glob_index} ec_state -- cgit v1.2.3