From 846186f53ac9eb867e60a6f0af8d27fc4442a0bd Mon Sep 17 00:00:00 2001 From: "N. Brouard" Date: Mon, 12 Jul 2004 18:29:06 +0000 Subject: [PATCH] Add version for Mac OS X. Just define UNIX in Makefile --- src/imach.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.43.0