ソースを参照

* fix compilation with -dEXTDEBUG

florian 2 年 前
コミット
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}