* Fix compilation.

git-svn-id: trunk@3246 -
This commit is contained in:
daniel 2006-04-17 15:57:57 +00:00
parent 9639c8c810
commit 90744753b9

View File

@ -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}