Просмотр исходного кода

* fix compilation with -dEXTDEBUG

florian 2 лет назад
Родитель
Сommit
eaaf93cc41
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      compiler/pass_1.pas

+ 1 - 1
compiler/pass_1.pas

@@ -48,7 +48,7 @@ implementation
       verbose,
       symdef
 {$ifdef extdebug}
-      ,verbose,htypechk
+      ,htypechk
       ,cgbase
 {$endif extdebug}
 {$ifdef state_tracking}