Преглед изворни кода

* 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;