Fix for Mantis #28738.

pexpr.pas:
  * the gettypedef() overload should not have been commented... Note to self: don't test things during commits

git-svn-id: trunk@31875 -
This commit is contained in:
svenbarth 2015-09-28 09:25:07 +00:00
parent 5f0905d9c7
commit e2be6f400f

View File

@ -3749,7 +3749,7 @@ implementation
);
end;
(*function gettypedef(n:tnode):tdef;inline;
function gettypedef(n:tnode):tdef;inline;
{ This returns the typedef that belongs to the given typenode or
loadvmtaddrnode. n must not be Nil! }
begin
@ -3757,7 +3757,7 @@ implementation
result:=ttypenode(n).typedef
else
result:=ttypenode(tloadvmtaddrnode(n).left).typedef;
end;*)
end;
function gettypedef(sym:tsym):tdef;inline;
begin