소스 검색

* compilation fixed

git-svn-id: trunk@33132 -
florian 9 년 전
부모
커밋
ce64d77256
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      compiler/fppu.pas

+ 1 - 0
compiler/fppu.pas

@@ -209,6 +209,7 @@ var
 
     function tppumodule.openppustream(strm:TCStream):boolean;
       begin
+        result:=false;
       { Open the ppufile }
         Message1(unit_u_ppu_name,ppufilename);
         ppufile:=tcompilerppufile.create(ppufilename);