From 57e2d6f8982b2c85f53560ab36910bf8e678d30f Mon Sep 17 00:00:00 2001 From: Nicolas Brouard Date: Wed, 11 Sep 2024 16:33:36 +0200 Subject: [PATCH] cleaning --- src/imach.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/imach.c b/src/imach.c index a1c762d..3b6845a 100644 --- a/src/imach.c +++ b/src/imach.c @@ -17205,8 +17205,7 @@ Please run with mle=-1 to get a correct covariance matrix.\n",ageminpar,agemaxpa printf("Error or gnuplot program not found: '%s' Environment GNUPLOTBIN not set.\n",plotcmd);fflush(stdout); }else strcpy(pplotcmd,plotcmd); - /* was __unix */ -#ifdef __UNIX +#ifdef __unix strcpy(plotcmd,GNUPLOTPROGRAM); if(!stat(plotcmd,&info)){ printf("Error gnuplot program not found: '%s'\n",plotcmd);fflush(stdout); -- 2.43.0