소스 검색

* Fix compilation.

git-svn-id: trunk@3246 -
daniel 19 년 전
부모
커밋
90744753b9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      ide/fp.pas

+ 2 - 2
ide/fp.pas

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