mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 10:49:29 +02:00
--- Merging r32613 into '.':
U tests/webtbs/tw28713b.pp --- Recording mergeinfo for merge of r32613 into '.': git-svn-id: branches/fixes_3_0@34066 -
This commit is contained in:
parent
c86b538a25
commit
2d99a173eb
@ -4,7 +4,7 @@
|
||||
|
||||
type
|
||||
PWordArray = ^TWordArray;
|
||||
TWordArray = array [0..1023]of LongWord;
|
||||
TWordArray = array [0..1023] of PtrUInt;
|
||||
|
||||
TMyclass = class
|
||||
LoByte,HiByte:Byte
|
||||
|
Loading…
Reference in New Issue
Block a user