mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 21:09:07 +02:00
* fixed indentation
git-svn-id: trunk@35150 -
This commit is contained in:
parent
ca46040728
commit
bcb7fedb3c
@ -623,14 +623,14 @@ implementation
|
|||||||
procedure orddef_rtti(def:torddef);
|
procedure orddef_rtti(def:torddef);
|
||||||
|
|
||||||
procedure dointeger(typekind: byte);
|
procedure dointeger(typekind: byte);
|
||||||
const
|
const
|
||||||
trans : array[tordtype] of byte =
|
trans : array[tordtype] of byte =
|
||||||
(otUByte{otNone},
|
(otUByte{otNone},
|
||||||
otUByte,otUWord,otULong,otUQWord,otUByte{otNone},
|
otUByte,otUWord,otULong,otUQWord,otUByte{otNone},
|
||||||
otSByte,otSWord,otSLong,otSQWord,otUByte{otNone},
|
otSByte,otSWord,otSLong,otSQWord,otUByte{otNone},
|
||||||
otUByte,otUWord,otULong,otUByte,
|
otUByte,otUWord,otULong,otUByte,
|
||||||
otSByte,otSWord,otSLong,otSByte,
|
otSByte,otSWord,otSLong,otSByte,
|
||||||
otUByte,otUWord,otUByte);
|
otUByte,otUWord,otUByte);
|
||||||
begin
|
begin
|
||||||
write_header(tcb,def,typekind);
|
write_header(tcb,def,typekind);
|
||||||
tcb.begin_anonymous_record(
|
tcb.begin_anonymous_record(
|
||||||
|
Loading…
Reference in New Issue
Block a user