diff packages/infra/current/src/pkgstart.cxx @ 80:2085233a121a ecos-sw-2000-04-07

Merge from eCos master repository on 2000-04-07-07:52:29-BST
author jlarmour
date Fri, 07 Apr 2000 07:45:04 +0000
parents bf00f99aec69
children 6ed91473a1cd
line wrap: on
line diff
--- a/packages/infra/current/src/pkgstart.cxx
+++ b/packages/infra/current/src/pkgstart.cxx
@@ -67,6 +67,7 @@
 # include <cyg/compat/uitron/uit_func.h>
 #endif
 
+
 // FUNCTION PROTOTYPES
 
 externC void
@@ -86,6 +87,7 @@ cyg_package_start( void )
     cyg_uitron_start();
 #endif
 
+    
 #ifdef CYGSEM_START_ISO_C_COMPATIBILITY
     // This works even if the kernel is there, but if not, then it
     // calls the user main() and doesn't return until it does!