mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-08 09:58:40 +02:00
* Fix compilation.
git-svn-id: trunk@3246 -
This commit is contained in:
parent
9639c8c810
commit
90744753b9
@ -176,9 +176,9 @@ begin
|
|||||||
ButtonCount:=0;
|
ButtonCount:=0;
|
||||||
end;
|
end;
|
||||||
{$ifdef fpc}
|
{$ifdef fpc}
|
||||||
'F' :
|
{ 'F' :
|
||||||
if Length(Param)=1 then
|
if Length(Param)=1 then
|
||||||
NoExtendedFrame:=true;
|
NoExtendedFrame:=true;}
|
||||||
{$ifdef Unix}
|
{$ifdef Unix}
|
||||||
'T' : DebuggeeTTY:=Copy(Param,2,High(Param));
|
'T' : DebuggeeTTY:=Copy(Param,2,High(Param));
|
||||||
{$endif Unix}
|
{$endif Unix}
|
||||||
|
Loading…
Reference in New Issue
Block a user