ソースを参照

* compilation with -dextdebug fixed

florian 2 日 前
コミット
f3a443f99e
1 ファイル変更3 行追加0 行削除
  1. 3 0
      compiler/pmodules.pas

+ 3 - 0
compiler/pmodules.pas

@@ -1783,6 +1783,9 @@ type
     function finish_unit(module: tmodule): boolean;
 
       var
+{$ifdef EXTDEBUG}
+        store_crc,
+{$endif EXTDEBUG}
         store_interface_crc,
         store_indirect_crc : cardinal;
         i : longint;