[BACK]Return to ox_launch.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / io

Diff for /OpenXM_contrib2/asir2000/io/ox_launch.c between version 1.1 and 1.2

version 1.1, 1999/12/03 07:39:11 version 1.2, 2000/02/08 04:47:11
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/asir99/io/ox_launch.c,v 1.1.1.1 1999/11/10 08:12:30 noro Exp $ */  /* $OpenXM: OpenXM_contrib2/asir2000/io/ox_launch.c,v 1.1.1.1 1999/12/03 07:39:11 noro Exp $ */
   #include <setjmp.h>
   #include <signal.h>
   #include <fcntl.h>
 #include "ca.h"  #include "ca.h"
 #include "com.h"  #include "com.h"
 #include "ox.h"  #include "ox.h"
 #include <signal.h>  
 #include <setjmp.h>  
 #include <fcntl.h>  
 #if defined(VISUAL)  #if defined(VISUAL)
 #include <windows.h>  #include <windows.h>
 #include <io.h>  #include <io.h>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>