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