mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-18 01:38:46 +02:00
* Declared envp,argc,argv in interface for Darwin
This commit is contained in:
parent
a1229ff8fe
commit
9a23e896b3
@ -33,6 +33,12 @@ Interface
|
|||||||
{$define FPC_USE_SYSCALL}
|
{$define FPC_USE_SYSCALL}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
{$ifdef Darwin}
|
||||||
|
var argc:cardinal;
|
||||||
|
argv:PPchar;
|
||||||
|
envp:PPchar;
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{$define FPC_IS_SYSTEM}
|
{$define FPC_IS_SYSTEM}
|
||||||
|
|
||||||
{$I sysunixh.inc}
|
{$I sysunixh.inc}
|
||||||
@ -205,7 +211,10 @@ End.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.16 2004-06-19 08:06:04 marco
|
Revision 1.17 2004-07-03 22:44:37 daniel
|
||||||
|
* Declared envp,argc,argv in interface for Darwin
|
||||||
|
|
||||||
|
Revision 1.16 2004/06/19 08:06:04 marco
|
||||||
* moved heap.inc and text.inc before sysalloc as suggested. Why wasn't this
|
* moved heap.inc and text.inc before sysalloc as suggested. Why wasn't this
|
||||||
done directly?
|
done directly?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user