From: N. Brouard Date: Wed, 25 Jun 2003 16:33:55 +0000 (+0000) Subject: (Module): On windows (cygwin) function asctime_r doesn't X-Git-Tag: imach-099s7~610 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=469f699bd446a4e9ce3199a5cc918f6fe1c2e644;p=.git (Module): On windows (cygwin) function asctime_r doesn't exist so I changed back to asctime which exists. (Module): Version 0.96b --- diff --git a/src/imach.c b/src/imach.c index a7a4fde..97ecf2f 100644 --- a/src/imach.c +++ b/src/imach.c @@ -1,6 +1,10 @@ /* $Id$ $State$ $Log$ + Revision 1.92 2003/06/25 16:30:45 brouard + (Module): On windows (cygwin) function asctime_r doesn't + exist so I changed back to asctime which exists. + Revision 1.91 2003/06/25 15:30:29 brouard * imach.c (Repository): Duplicated warning errors corrected. (Repository): Elapsed time after each iteration is now output. It @@ -184,7 +188,7 @@ /* $Id$ */ /* $State$ */ -char version[]="Imach version 0.96a, June 2003, INED-EUROREVES "; +char version[]="Imach version 0.96b, June 2003, INED-EUROREVES "; char fullversion[]="$Revision$ $Date$"; int erreur, nberr=0, nbwarn=0; /* Error number, number of errors number of warnings */ int nvar;