mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 08:28:09 +02:00
+ boolean=bytebool
This commit is contained in:
parent
d6268ae22f
commit
6f2206fbeb
@ -33,6 +33,7 @@ Type
|
||||
byte = 0..255;
|
||||
Word = 0..65535;
|
||||
|
||||
Boolean = ByteBool;
|
||||
|
||||
{ at least declare Turbo Pascal real types }
|
||||
{$IFDEF i386}
|
||||
@ -332,7 +333,10 @@ Procedure AddExitProc(Proc:TProcedure);
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.7 1998-05-22 12:34:11 peter
|
||||
Revision 1.8 1998-06-03 23:39:53 peter
|
||||
+ boolean=bytebool
|
||||
|
||||
Revision 1.7 1998/05/22 12:34:11 peter
|
||||
* fixed the optimizes of daniel
|
||||
|
||||
Revision 1.6 1998/05/21 19:31:00 peter
|
||||
|
Loading…
Reference in New Issue
Block a user