* "backported" changes from pyacc.pas to pyacc.y: pyacc.pas is generated actually from pyacc.y by pyacc

git-svn-id: trunk@29502 -
This commit is contained in:
florian 2015-01-18 13:09:35 +00:00
parent 2c7f1c73ac
commit 0b3130ad20

View File

@ -55,7 +55,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Revision: 1.3 $ $Revision: 1.5 $
$Modtime: 96-08-01 11:24 $ $Modtime: 96-08-01 11:24 $
@ -129,16 +129,6 @@ $History: YACC.PAS $
*) *)
{$IFDEF MsDos}
{$M 16384,0,655360}
{$ENDIF}
{$IFDEF DPMI}
{$M 32768}
{$ENDIF}
{$IFDEF Windows}
{$M 32768,0}
{$ENDIF}
{$X+} {$X+}
{$I-} {$I-}
program Yacc; program Yacc;
@ -146,15 +136,11 @@ program Yacc;
uses uses
{$IFDEF Debug} {$IFDEF Debug}
{$IFDEF DPMI} {$IFDEF DPMI}
YaccChk, { YaccChk, removed as obsolete,
YaccChk source not available anymore PM }
{$ENDIF} {$ENDIF}
{$ENDIF} {$ENDIF}
{$IFDEF Windows} YaccLib, YaccBase, YaccMsgs, YaccSem, YaccTabl, YaccPars, SysUtils;
{$IFNDEF Console}
WinCrt,
{$ENDIF}
{$ENDIF}
YaccLib, YaccBase, YaccMsgs, YaccSem, YaccTabl, YaccPars;
%} %}