Explorar o código

* compilation with -dextdebug fixed

florian hai 2 días
pai
achega
f3a443f99e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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;