mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 02:48:07 +02:00
* Merging revisions r46423 from trunk:
------------------------------------------------------------------------ r46423 | michael | 2020-08-14 12:24:24 +0200 (Fri, 14 Aug 2020) | 1 line * Patch from Henrique Werlang to improve generation of IsImpl (bug ID 37510) ------------------------------------------------------------------------ git-svn-id: branches/fixes_3_2@46620 -
This commit is contained in:
parent
f7b6d8d738
commit
299421721a
@ -907,7 +907,7 @@ Var
|
||||
|
||||
begin
|
||||
|
||||
IsImpl:=AProc.Parent is TPasSection;
|
||||
IsImpl:=AProc.Parent is TImplementationSection;
|
||||
if IsImpl then
|
||||
PrepareDeclSection('');
|
||||
if Not IsImpl then
|
||||
|
Loading…
Reference in New Issue
Block a user