mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 02:48:07 +02:00
* 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:
parent
a34187ffdc
commit
21017b2af2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user