浏览代码

* move PParameterLocation before TParameterLocation for consistency with all other pointer declarations in the unit

git-svn-id: trunk@35285 -
svenbarth 8 年之前
父节点
当前提交
ecb878a7a7
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      rtl/objpas/typinfo.pp

+ 1 - 2
rtl/objpas/typinfo.pp

@@ -112,7 +112,7 @@ unit typinfo;
       TTypeKinds = set of TTypeKind;
       ShortStringBase = string[255];
 
-
+      PParameterLocation = ^TParameterLocation;
       TParameterLocation =
 {$ifndef FPC_REQUIRES_PROPER_ALIGNMENT}
       packed
@@ -135,7 +135,6 @@ unit typinfo;
         { if Reference, otherwise 0 }
         property ShiftVal: Int8 read GetShiftVal;
       end;
-      PParameterLocation = ^TParameterLocation;
 
       PParameterLocations = ^TParameterLocations;
       TParameterLocations =