Bläddra i källkod

* fix compilation with -dEXTDEBUG

florian 2 år sedan
förälder
incheckning
eaaf93cc41
1 ändrade filer med 1 tillägg och 1 borttagningar
  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}