=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2018/io/ox_launch.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM_contrib2/asir2018/io/ox_launch.c 2018/09/19 05:45:08 1.1 +++ OpenXM_contrib2/asir2018/io/ox_launch.c 2019/03/24 09:51:41 1.2 @@ -44,7 +44,7 @@ * OF THE SOFTWARE HAS BEEN DEVELOPED BY A THIRD PARTY, THE THIRD PARTY * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. - * $OpenXM$ + * $OpenXM: OpenXM_contrib2/asir2018/io/ox_launch.c,v 1.1 2018/09/19 05:45:08 noro Exp $ */ #include #include @@ -52,7 +52,7 @@ #include "ca.h" #include "com.h" #include "ox.h" -#include "gc.h" +// #include "gc.h" #if defined(VISUAL) || defined(__MINGW32__) #include #include @@ -75,6 +75,7 @@ HANDLE hIntr,hReset,hKill; extern int _fileinfo; #endif +void GC_init(); static void put_log(char *); static int ox_spawn(char *,int,char *,char *); static void launch_error(char *);