Przeglądaj źródła

* fix compilation with -dEXTDEBUG

florian 2 lat temu
rodzic
commit
eaaf93cc41
1 zmienionych plików z 1 dodań i 1 usunięć
  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}