mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 10:50:31 +02:00
* move PParameterLocation before TParameterLocation for consistency with all other pointer declarations in the unit
git-svn-id: trunk@35285 -
This commit is contained in:
parent
fe28403330
commit
ecb878a7a7
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user