--- imach/src/imach.c 2014/06/16 10:33:11 1.147 +++ imach/src/imach.c 2014/06/17 17:38:48 1.148 @@ -1,6 +1,12 @@ -/* $Id: imach.c,v 1.147 2014/06/16 10:33:11 brouard Exp $ +/* $Id: imach.c,v 1.148 2014/06/17 17:38:48 brouard Exp $ $State: Exp $ $Log: imach.c,v $ + Revision 1.148 2014/06/17 17:38:48 brouard + Summary: Nothing new + Author: Brouard + + Just a new packaging for OS/X version 0.98nS + Revision 1.147 2014/06/16 10:33:11 brouard *** empty log message *** @@ -486,11 +492,11 @@ extern int errno; #define ODIRSEPARATOR '/' #endif -/* $Id: imach.c,v 1.147 2014/06/16 10:33:11 brouard Exp $ */ +/* $Id: imach.c,v 1.148 2014/06/17 17:38:48 brouard Exp $ */ /* $State: Exp $ */ -char version[]="Imach version 0.98nR2, January 2014,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121)"; -char fullversion[]="$Revision: 1.147 $ $Date: 2014/06/16 10:33:11 $"; +char version[]="Imach version 0.98nS, January 2014,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121)"; +char fullversion[]="$Revision: 1.148 $ $Date: 2014/06/17 17:38:48 $"; char strstart[80]; char optionfilext[10], optionfilefiname[FILENAMELENGTH]; int erreur=0, nberr=0, nbwarn=0; /* Error number, number of errors number of warnings */