瀏覽代碼

* 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;
     function tppumodule.openppustream(strm:TCStream):boolean;
       begin
       begin
+        result:=false;
       { Open the ppufile }
       { Open the ppufile }
         Message1(unit_u_ppu_name,ppufilename);
         Message1(unit_u_ppu_name,ppufilename);
         ppufile:=tcompilerppufile.create(ppufilename);
         ppufile:=tcompilerppufile.create(ppufilename);