* set def to a defined value in try_parse_structdef_nested_type, resolves #20802

git-svn-id: trunk@19759 -
This commit is contained in:
florian 2011-12-04 21:36:09 +00:00
parent 60cccdcdbd
commit 040c846fa1

View File

@ -467,6 +467,7 @@ implementation
structdef : tdef;
structdefstack : tfpobjectlist;
begin
def:=nil;
{ use of current parsed object:
classes, objects, records can be used also in themself }
structdef:=basedef;