mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 07:50:15 +02:00
* Debug-writeln removed
git-svn-id: trunk@44469 -
This commit is contained in:
parent
a96a43d0d8
commit
81887a2eb3
@ -360,7 +360,6 @@ Var
|
|||||||
if OOptions<>'' then
|
if OOptions<>'' then
|
||||||
OOptions:=OOptions+' ';
|
OOptions:=OOptions+' ';
|
||||||
OOptions:=OOptions+maybequoted(s);
|
OOptions:=OOptions+maybequoted(s);
|
||||||
Writeln('Options: >>>>',OOptions,'<<<<');
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure CondAddOption(const Name,Value:string);
|
procedure CondAddOption(const Name,Value:string);
|
||||||
|
Loading…
Reference in New Issue
Block a user