* 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:
michael 2020-08-23 09:46:06 +00:00
parent f7b6d8d738
commit 299421721a

View File

@ -907,7 +907,7 @@ Var
begin
IsImpl:=AProc.Parent is TPasSection;
IsImpl:=AProc.Parent is TImplementationSection;
if IsImpl then
PrepareDeclSection('');
if Not IsImpl then