--- imach/src/imach.c 2004/06/05 08:57:40 1.99 +++ imach/src/imach.c 2004/07/12 18:29:06 1.100 @@ -1,6 +1,9 @@ -/* $Id: imach.c,v 1.99 2004/06/05 08:57:40 brouard Exp $ +/* $Id: imach.c,v 1.100 2004/07/12 18:29:06 brouard Exp $ $State: Exp $ $Log: imach.c,v $ + Revision 1.100 2004/07/12 18:29:06 brouard + Add version for Mac OS X. Just define UNIX in Makefile + Revision 1.99 2004/06/05 08:57:40 brouard *** empty log message *** @@ -227,7 +230,7 @@ #define AGESUP 130 #define AGEBASE 40 #define AGEGOMP 10. /* Minimal age for Gompertz adjustment */ -#ifdef unix +#ifdef UNIX #define DIRSEPARATOR '/' #define ODIRSEPARATOR '\\' #else @@ -235,11 +238,11 @@ #define ODIRSEPARATOR '/' #endif -/* $Id: imach.c,v 1.99 2004/06/05 08:57:40 brouard Exp $ */ +/* $Id: imach.c,v 1.100 2004/07/12 18:29:06 brouard Exp $ */ /* $State: Exp $ */ char version[]="Imach version 0.97b, May 2004, INED-EUROREVES "; -char fullversion[]="$Revision: 1.99 $ $Date: 2004/06/05 08:57:40 $"; +char fullversion[]="$Revision: 1.100 $ $Date: 2004/07/12 18:29:06 $"; int erreur, nberr=0, nbwarn=0; /* Error number, number of errors number of warnings */ int nvar; int cptcovn=0, cptcovage=0, cptcoveff=0,cptcov;