Browse Source

Merged revisions 6953 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk

........
r6953 | pierre | 2007-03-22 16:33:26 +0100 (Thu, 22 Mar 2007) | 1 line

* remove obsolete code, only for go32v2 with DEBUG on
........

git-svn-id: branches/fixes_2_2@6954 -

pierre 18 years ago
parent
commit
0015f27b33
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;