mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 15:49:27 +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;
|
||||
end;
|
||||
{$ifdef fpc}
|
||||
'F' :
|
||||
{ 'F' :
|
||||
if Length(Param)=1 then
|
||||
NoExtendedFrame:=true;
|
||||
NoExtendedFrame:=true;}
|
||||
{$ifdef Unix}
|
||||
'T' : DebuggeeTTY:=Copy(Param,2,High(Param));
|
||||
{$endif Unix}
|
||||
|
Loading…
Reference in New Issue
Block a user