mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 18:51:31 +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
|
begin
|
||||||
|
|
||||||
IsImpl:=AProc.Parent is TPasSection;
|
IsImpl:=AProc.Parent is TImplementationSection;
|
||||||
if IsImpl then
|
if IsImpl then
|
||||||
PrepareDeclSection('');
|
PrepareDeclSection('');
|
||||||
if Not IsImpl then
|
if Not IsImpl then
|
||||||
|
Loading…
Reference in New Issue
Block a user