Browse Source

* remove obsolete code, only for go32v2 with DEBUG on

git-svn-id: trunk@6953 -
pierre 18 years ago
parent
commit
283649b35d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      utils/tply/pyacc.pas

+ 2 - 1
utils/tply/pyacc.pas

@@ -106,7 +106,8 @@ program Yacc;
 uses
 {$IFDEF Debug}
 {$IFDEF DPMI}
-  YaccChk,
+  { YaccChk, removed as obsolete,
+    YaccChk source not available anymore PM }
 {$ENDIF}
 {$ENDIF}
   YaccLib, YaccBase, YaccMsgs, YaccSem, YaccTabl, YaccPars;