mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 04:30:35 +01:00
* BP updates.
This commit is contained in:
parent
4035b254df
commit
68f9bc6913
@ -38,7 +38,11 @@ unit files;
|
||||
extbufsize = 65535;
|
||||
{$else}
|
||||
maxunits = 128;
|
||||
{$ifndef msdos}
|
||||
extbufsize = 2000;
|
||||
{$else}
|
||||
extbufsize=512;
|
||||
{$endif dpmi}
|
||||
{$endif}
|
||||
|
||||
type
|
||||
@ -947,7 +951,12 @@ unit files;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.22 1998-06-14 18:25:41 peter
|
||||
Revision 1.23 1998-06-15 14:44:36 daniel
|
||||
|
||||
|
||||
* BP updates.
|
||||
|
||||
Revision 1.22 1998/06/14 18:25:41 peter
|
||||
* small fix with crc in newppu
|
||||
|
||||
Revision 1.21 1998/06/13 00:10:05 peter
|
||||
|
||||
Loading…
Reference in New Issue
Block a user