Browse Source

* Moved declarations downwards

daniel 21 years ago
parent
commit
51f00ff000
1 changed files with 9 additions and 5 deletions
  1. 9 5
      rtl/bsd/system.pp

+ 9 - 5
rtl/bsd/system.pp

@@ -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