* Moved declarations downwards

This commit is contained in:
daniel 2004-07-03 22:49:34 +00:00
parent 8dc79129e2
commit 51f00ff000

View File

@ -33,16 +33,17 @@ Interface
{$define FPC_USE_SYSCALL}
{$endif}
{$define FPC_IS_SYSTEM}
{$I sysunixh.inc}
{$ifdef Darwin}
var argc:cardinal;
argv:PPchar;
envp:PPchar;
{$endif}
{$define FPC_IS_SYSTEM}
{$I sysunixh.inc}
CONST SIGSTKSZ = 40960;
Implementation
@ -211,7 +212,10 @@ End.
{
$Log$
Revision 1.17 2004-07-03 22:44:37 daniel
Revision 1.18 2004-07-03 22:49:34 daniel
* Moved declarations downwards
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