mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 18:29:09 +02:00
* Merging revisions r46443 from trunk:
------------------------------------------------------------------------ r46443 | michael | 2020-08-15 09:30:23 +0200 (Sat, 15 Aug 2020) | 1 line * Remove hints (by Henrique Werlang) ------------------------------------------------------------------------ git-svn-id: branches/fixes_3_2@46624 -
This commit is contained in:
parent
60dc1424f6
commit
a5a787d74b
@ -855,9 +855,7 @@ end;
|
|||||||
procedure TPasWriter.WriteRecordType(AType: TPasRecordType);
|
procedure TPasWriter.WriteRecordType(AType: TPasRecordType);
|
||||||
|
|
||||||
Var
|
Var
|
||||||
I : Integer;
|
|
||||||
Temp : String;
|
Temp : String;
|
||||||
el : TPasElement;
|
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Temp:='record';
|
Temp:='record';
|
||||||
|
Loading…
Reference in New Issue
Block a user