浏览代码

* 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}