From 2a5127db6a9f89cd5306a6f5ded3f4e48f5bc418 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 19 May 2006 19:50:51 +0000 Subject: [PATCH] * fixed previous commit 3579 git-svn-id: branches/fixes_2_0@3583 - --- compiler/ptype.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ptype.pas b/compiler/ptype.pas index f74d032b22..17bb0b65ab 100644 --- a/compiler/ptype.pas +++ b/compiler/ptype.pas @@ -336,7 +336,7 @@ implementation begin consume(_SET); consume(_OF); - read_anon_type(tt2,true); + read_type(tt2,'',true); if assigned(tt2.def) then begin case tt2.def.deftype of