Browse Source

+ two more pointer types (PPropData for TPropData and PParameterLocations for TParameterLocations)

git-svn-id: trunk@35284 -
svenbarth 8 years ago
parent
commit
fe28403330
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rtl/objpas/typinfo.pp

+ 2 - 0
rtl/objpas/typinfo.pp

@@ -137,6 +137,7 @@ unit typinfo;
       end;
       PParameterLocation = ^TParameterLocation;
 
+      PParameterLocations = ^TParameterLocations;
       TParameterLocations =
 {$ifndef FPC_REQUIRES_PROPER_ALIGNMENT}
       packed
@@ -446,6 +447,7 @@ unit typinfo;
               (RefTypeRef: TypeInfoPtr);
       end;
 
+      PPropData = ^TPropData;
       TPropData =
 {$ifndef FPC_REQUIRES_PROPER_ALIGNMENT}
       packed