* Merging revisions r45426 from trunk:

------------------------------------------------------------------------
    r45426 | michael | 2020-05-18 19:30:38 +0200 (Mon, 18 May 2020) | 1 line
    
    * Fix include file, trim file
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@46647 -
This commit is contained in:
michael 2020-08-23 10:36:32 +00:00
parent a34187ffdc
commit 21017b2af2

View File

@ -3323,6 +3323,7 @@ procedure TPascalScanner.HandleIncludeFile(Param: String);
var
NewSourceFile: TLineReader;
begin
Param:=Trim(Param);
if Length(Param)>1 then
begin
if (Param[1]='''') then