Parcourir la source

* fix compilation with -dEXTDEBUG

florian il y a 2 ans
Parent
commit
eaaf93cc41
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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}