Jelajahi Sumber

* compilation with -dextdebug fixed

florian 2 hari lalu
induk
melakukan
f3a443f99e
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  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;