mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 13:29:24 +02:00
* updated for UNIX compatiblity
This commit is contained in:
parent
5ae8d30c5a
commit
51148594b0
@ -20,7 +20,7 @@ uses
|
|||||||
|
|
||||||
const
|
const
|
||||||
version='1.00';
|
version='1.00';
|
||||||
{$ifdef linux}
|
{$ifdef unix}
|
||||||
eollen=1;
|
eollen=1;
|
||||||
{$else}
|
{$else}
|
||||||
eollen=2;
|
eollen=2;
|
||||||
@ -805,7 +805,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.6 2000-10-09 14:54:27 jonas
|
Revision 1.7 2001-09-29 23:13:32 carl
|
||||||
|
* updated for UNIX compatiblity
|
||||||
|
|
||||||
|
Revision 1.6 2000/10/09 14:54:27 jonas
|
||||||
* fixed another range check error (merged from fixes branch)
|
* fixed another range check error (merged from fixes branch)
|
||||||
|
|
||||||
Revision 1.5 2000/09/30 13:13:22 peter
|
Revision 1.5 2000/09/30 13:13:22 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user