mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 20:29:14 +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 dointeger(typekind: byte);
|
||||
const
|
||||
trans : array[tordtype] of byte =
|
||||
(otUByte{otNone},
|
||||
otUByte,otUWord,otULong,otUQWord,otUByte{otNone},
|
||||
otSByte,otSWord,otSLong,otSQWord,otUByte{otNone},
|
||||
otUByte,otUWord,otULong,otUByte,
|
||||
otSByte,otSWord,otSLong,otSByte,
|
||||
otUByte,otUWord,otUByte);
|
||||
const
|
||||
trans : array[tordtype] of byte =
|
||||
(otUByte{otNone},
|
||||
otUByte,otUWord,otULong,otUQWord,otUByte{otNone},
|
||||
otSByte,otSWord,otSLong,otSQWord,otUByte{otNone},
|
||||
otUByte,otUWord,otULong,otUByte,
|
||||
otSByte,otSWord,otSLong,otSByte,
|
||||
otUByte,otUWord,otUByte);
|
||||
begin
|
||||
write_header(tcb,def,typekind);
|
||||
tcb.begin_anonymous_record(
|
||||
|
Loading…
Reference in New Issue
Block a user