mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 01:59:18 +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
|
type
|
||||||
PWordArray = ^TWordArray;
|
PWordArray = ^TWordArray;
|
||||||
TWordArray = array [0..1023]of LongWord;
|
TWordArray = array [0..1023] of PtrUInt;
|
||||||
|
|
||||||
TMyclass = class
|
TMyclass = class
|
||||||
LoByte,HiByte:Byte
|
LoByte,HiByte:Byte
|
||||||
|
Loading…
Reference in New Issue
Block a user