mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-27 10:31:41 +01:00
* Revert 17797
git-svn-id: trunk@17802 -
This commit is contained in:
parent
c5eb5eb240
commit
965b57d7b8
@ -141,8 +141,6 @@ type
|
|||||||
|
|
||||||
zPosfArray = array[0..(maxint div SizeOf(Posf))-1] of Posf;
|
zPosfArray = array[0..(maxint div SizeOf(Posf))-1] of Posf;
|
||||||
pzPosfArray = ^zPosfArray;
|
pzPosfArray = ^zPosfArray;
|
||||||
Tbytearray=array[0..0] of byte;
|
|
||||||
Pbytearray=^Tbytearray;
|
|
||||||
|
|
||||||
{ A Pos is an index in the character window. We use short instead of integer to
|
{ A Pos is an index in the character window. We use short instead of integer to
|
||||||
save space in the various tables. IPos is used only for parameter passing.}
|
save space in the various tables. IPos is used only for parameter passing.}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user