--- imach/src/imach.c 2019/05/22 18:37:08 1.299 +++ imach/src/imach.c 2019/05/22 19:09:45 1.300 @@ -1,6 +1,9 @@ -/* $Id: imach.c,v 1.299 2019/05/22 18:37:08 brouard Exp $ +/* $Id: imach.c,v 1.300 2019/05/22 19:09:45 brouard Exp $ $State: Exp $ $Log: imach.c,v $ + Revision 1.300 2019/05/22 19:09:45 brouard + Summary: version 0.99r19 of May 2019 + Revision 1.299 2019/05/22 18:37:08 brouard Summary: Cleaned 0.99r19 @@ -1116,12 +1119,12 @@ typedef struct { #define ODIRSEPARATOR '\\' #endif -/* $Id: imach.c,v 1.299 2019/05/22 18:37:08 brouard Exp $ */ +/* $Id: imach.c,v 1.300 2019/05/22 19:09:45 brouard Exp $ */ /* $State: Exp $ */ #include "version.h" char version[]=__IMACH_VERSION__; -char copyright[]="April 2018,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121), Intel Software 2015-2018"; -char fullversion[]="$Revision: 1.299 $ $Date: 2019/05/22 18:37:08 $"; +char copyright[]="May 2019,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121), Intel Software 2015-2020"; +char fullversion[]="$Revision: 1.300 $ $Date: 2019/05/22 19:09:45 $"; char strstart[80]; char optionfilext[10], optionfilefiname[FILENAMELENGTH]; int erreur=0, nberr=0, nbwarn=0; /* Error number, number of errors number of warnings */