mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 01:49:11 +02:00
* Explicitly redefine TByteArray as zero length to avoid Range Check Errors
git-svn-id: trunk@17797 -
This commit is contained in:
parent
256c58d670
commit
9c11ee5544
@ -141,6 +141,8 @@ type
|
||||
|
||||
zPosfArray = array[0..(maxint div SizeOf(Posf))-1] of Posf;
|
||||
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
|
||||
save space in the various tables. IPos is used only for parameter passing.}
|
||||
|
Loading…
Reference in New Issue
Block a user