From: N. Brouard Date: Mon, 12 Jul 2004 18:29:06 +0000 (+0000) Subject: Add version for Mac OS X. Just define UNIX in Makefile X-Git-Tag: imach-099s7~583 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=846186f53ac9eb867e60a6f0af8d27fc4442a0bd;p=.git Add version for Mac OS X. Just define UNIX in Makefile --- diff --git a/src/imach.c b/src/imach.c index cb7b1dd..e6b4a9b 100644 --- a/src/imach.c +++ b/src/imach.c @@ -1,6 +1,9 @@ /* $Id$ $State$ $Log$ + Revision 1.99 2004/06/05 08:57:40 brouard + *** empty log message *** + Revision 1.98 2004/05/16 15:05:56 brouard New version 0.97 . First attempt to estimate force of mortality directly from the data i.e. without the need of knowing the health @@ -224,7 +227,7 @@ #define AGESUP 130 #define AGEBASE 40 #define AGEGOMP 10. /* Minimal age for Gompertz adjustment */ -#ifdef unix +#ifdef UNIX #define DIRSEPARATOR '/' #define ODIRSEPARATOR '\\' #else