Browse Source

* fix compilation with -dEXTDEBUG

florian 2 years ago
parent
commit
95e5eeb226
1 changed files with 1 additions and 1 deletions
  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}