Forráskód Böngészése

* Fix compilation.

git-svn-id: trunk@3246 -
daniel 19 éve
szülő
commit
90744753b9
1 módosított fájl, 2 hozzáadás és 2 törlés
  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}