mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 10:39:39 +02:00
+ tintegerset added
This commit is contained in:
parent
830f2c0659
commit
9021994920
@ -31,6 +31,7 @@ type
|
|||||||
tfilename = string;
|
tfilename = string;
|
||||||
|
|
||||||
tsyscharset = set of char;
|
tsyscharset = set of char;
|
||||||
|
tintegerset = set of 0..sizeof(integer)*8-1;
|
||||||
|
|
||||||
longrec = packed record
|
longrec = packed record
|
||||||
lo,hi : word;
|
lo,hi : word;
|
||||||
@ -138,7 +139,10 @@ Type
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.5 2000-09-24 21:55:07 peter
|
Revision 1.6 2000-12-07 09:15:18 florian
|
||||||
|
+ tintegerset added
|
||||||
|
|
||||||
|
Revision 1.5 2000/09/24 21:55:07 peter
|
||||||
* ttextrec,tfilerec added (merged)
|
* ttextrec,tfilerec added (merged)
|
||||||
|
|
||||||
Revision 1.4 2000/08/30 18:29:34 hajny
|
Revision 1.4 2000/08/30 18:29:34 hajny
|
||||||
@ -157,4 +161,4 @@ Type
|
|||||||
Revision 1.1.2.1 2000/08/20 15:07:36 peter
|
Revision 1.1.2.1 2000/08/20 15:07:36 peter
|
||||||
* sysutils.pp moved into target specific directory and merged
|
* sysutils.pp moved into target specific directory and merged
|
||||||
disk.inc and filutil.inc in it
|
disk.inc and filutil.inc in it
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user