Преглед на файлове

GetDeclaration of "is nested" procedure type is now correct

git-svn-id: trunk@21852 -
michael преди 13 години
родител
ревизия
b424ce2aeb
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      packages/fcl-passrc/src/pastree.pp

+ 3 - 1
packages/fcl-passrc/src/pastree.pp

@@ -2133,7 +2133,9 @@ begin
     S.Add(TypeName);
     GetArguments(S);
     If IsOfObject then
-      S.Add(' of object');
+      S.Add(' of object')
+    else if IsNested then
+      S.Add(' is nested');
     If Full then
       Result:=IndentStrings(S,Length(S[0])+Length(S[1])+1)
     else