mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 08:07:52 +02:00
* call DefaultReplacements for #WRITE and #INCLUDE, resolves #28315
git-svn-id: trunk@31263 -
This commit is contained in:
parent
9a55e8fa3c
commit
29ba426fcc
@ -2674,6 +2674,7 @@ begin
|
||||
if (s='WRITE') then
|
||||
begin
|
||||
Delete(opts,1,1);
|
||||
DefaultReplacements(opts);
|
||||
WriteLn(opts);
|
||||
Option_read:=true;
|
||||
end
|
||||
@ -2681,6 +2682,7 @@ begin
|
||||
if (s='INCLUDE') then
|
||||
begin
|
||||
Delete(opts,1,1);
|
||||
DefaultReplacements(opts);
|
||||
Interpret_file(opts);
|
||||
Option_read:=true;
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user