--- imach/src/imach.c 2022/05/11 15:06:32 1.315 +++ imach/src/imach.c 2022/05/11 15:11:31 1.316 @@ -1,6 +1,9 @@ -/* $Id: imach.c,v 1.315 2022/05/11 15:06:32 brouard Exp $ +/* $Id: imach.c,v 1.316 2022/05/11 15:11:31 brouard Exp $ $State: Exp $ $Log: imach.c,v $ + Revision 1.316 2022/05/11 15:11:31 brouard + Summary: r27 + Revision 1.315 2022/05/11 15:06:32 brouard *** empty log message *** @@ -1180,12 +1183,12 @@ typedef struct { #define ODIRSEPARATOR '\\' #endif -/* $Id: imach.c,v 1.315 2022/05/11 15:06:32 brouard Exp $ */ +/* $Id: imach.c,v 1.316 2022/05/11 15:11:31 brouard Exp $ */ /* $State: Exp $ */ #include "version.h" char version[]=__IMACH_VERSION__; -char copyright[]="March 2021,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121), Intel Software 2015-2020, Nihon University 2021, INED 2000-2021"; -char fullversion[]="$Revision: 1.315 $ $Date: 2022/05/11 15:06:32 $"; +char copyright[]="May 2022,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121), Intel Software 2015-2020, Nihon University 2021-202, INED 2000-2022"; +char fullversion[]="$Revision: 1.316 $ $Date: 2022/05/11 15:11:31 $"; char strstart[80]; char optionfilext[10], optionfilefiname[FILENAMELENGTH]; int erreur=0, nberr=0, nbwarn=0; /* Error number, number of errors number of warnings */