From 20f3f84cc9bec2dc6bd7ce5fa11c2c62dd93d8f9 Mon Sep 17 00:00:00 2001 From: johnvg Date: Wed, 6 Jun 2001 11:37:29 +0000 Subject: removed code that prints the pointer in instance <<< for TypeVar, because the address appears in an error message git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@472 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/syntax.icl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend') diff --git a/frontend/syntax.icl b/frontend/syntax.icl index d63f473..51d3bad 100644 --- a/frontend/syntax.icl +++ b/frontend/syntax.icl @@ -1247,8 +1247,8 @@ where instance <<< TypeVar where -// (<<<) file varid = file <<< varid.tv_name - (<<<) file varid = file <<< varid.tv_name <<< "<" <<< ptrToInt (varid.tv_info_ptr) <<< ">" + (<<<) file varid = file <<< varid.tv_name +// (<<<) file varid = file <<< varid.tv_name <<< "<" <<< ptrToInt (varid.tv_info_ptr) <<< ">" instance <<< AttributeVar where -- cgit v1.2.3