Browse Source

* compilation with -dextdebug fixed

florian 2 ngày trước cách đây
mục cha
commit
f3a443f99e
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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;