=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/parse/glob.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- OpenXM_contrib2/asir2000/parse/glob.c 2000/01/19 01:49:36 1.4 +++ OpenXM_contrib2/asir2000/parse/glob.c 2000/02/08 04:47:12 1.5 @@ -1,4 +1,4 @@ -/* $OpenXM: OpenXM_contrib2/asir2000/parse/glob.c,v 1.3 2000/01/11 06:43:38 noro Exp $ */ +/* $OpenXM: OpenXM_contrib2/asir2000/parse/glob.c,v 1.4 2000/01/19 01:49:36 noro Exp $ */ #include "ca.h" #include "al.h" #include "parse.h" @@ -152,6 +152,12 @@ static char asir_history[BUFSIZ]; extern int mpi_myid; +#if !defined(VISUAL_LIB) +void ExitAsir() { + exit(0); +} +#endif + /* * status = 1 abnormal termination (error() etc.) * status = 2 normal termination (end(), quit() etc.) @@ -725,3 +731,4 @@ void copyright() { printf("Copyright (C) FUJITSU LABORATORIES LIMITED.\n"); printf("1994-1999. All rights reserved.\n"); } +