소스 검색

* 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;
     function finish_unit(module: tmodule): boolean;
 
 
       var
       var
+{$ifdef EXTDEBUG}
+        store_crc,
+{$endif EXTDEBUG}
         store_interface_crc,
         store_interface_crc,
         store_indirect_crc : cardinal;
         store_indirect_crc : cardinal;
         i : longint;
         i : longint;