]> henry.ined.fr Git - .git/commitdiff
Add version for Mac OS X. Just define UNIX in Makefile
authorN. Brouard <brouard@ined.fr>
Mon, 12 Jul 2004 18:29:06 +0000 (18:29 +0000)
committerN. Brouard <brouard@ined.fr>
Mon, 12 Jul 2004 18:29:06 +0000 (18:29 +0000)
src/imach.c

index cb7b1dd7a427fc28126cd8b9b774f398ecaea7ae..e6b4a9b6c88a0f4e47c29d6278e5ed0ccc76d0a5 100644 (file)
@@ -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
 #define AGESUP 130
 #define AGEBASE 40
 #define AGEGOMP 10. /* Minimal age for Gompertz adjustment */
-#ifdef unix
+#ifdef UNIX
 #define DIRSEPARATOR '/'
 #define ODIRSEPARATOR '\\'
 #else