From 6b8957b10a9fd22ae5c890839645b01c99cf4244 Mon Sep 17 00:00:00 2001 From: johnvg Date: Tue, 27 Mar 2001 15:54:51 +0000 Subject: unfold all macros and local functions in macros changed Declaration type fixed crash when macro appears only in dcl module added make with caching in 'main' use BoxedIdent in hashtable git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@344 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/overloading.icl | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/overloading.icl') diff --git a/frontend/overloading.icl b/frontend/overloading.icl index a81c1b9..bd16b9e 100644 --- a/frontend/overloading.icl +++ b/frontend/overloading.icl @@ -96,7 +96,6 @@ instanceError symbol types err = { err & ea_file = err.ea_file <<< " \"" <<< symbol <<< "\" no instance available of type " <:: (format, types, Yes initialTypeVarBeautifulizer) <<< '\n' } - uniqueError symbol types err # err = errorHeading "Overloading/Uniqueness error" err format = { form_properties = cAnnotated, form_attr_position = No } -- cgit v1.2.3