mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 21:11:45 +02:00
* changes to get ppc386 -h working
This commit is contained in:
parent
968c1563a5
commit
0192ac7d51
@ -388,7 +388,7 @@ Begin
|
||||
end;
|
||||
end;
|
||||
if (flags and $1000)=$1000 then
|
||||
oflags:=oflags or (Open_CREAT or Open_TRUNC)
|
||||
oflags:=oflags or (Open_CREATE or Open_TRUNC)
|
||||
else
|
||||
if (flags and $100)=$100 then
|
||||
oflags:=oflags or (Open_APPEND);
|
||||
@ -689,7 +689,10 @@ End.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 2000-03-01 20:23:07 marco
|
||||
Revision 1.2 2000-03-16 16:21:10 marco
|
||||
* changes to get ppc386 -h working
|
||||
|
||||
Revision 1.1 2000/03/01 20:23:07 marco
|
||||
* Initial version. Compiles (syscall.inc inclusion prob has to be solved
|
||||
|
||||
Revision 1.37 2000/02/09 16:59:32 peter
|
||||
|
Loading…
Reference in New Issue
Block a user