From: oharboe at B. <oh...@ma...> - 2009-05-03 22:21:34
|
Author: oharboe Date: 2009-05-03 22:21:32 +0200 (Sun, 03 May 2009) New Revision: 1597 Modified: trunk/src/helper/jim.c Log: Backed out change to solve Mac OS compilation problems. Modified: trunk/src/helper/jim.c =================================================================== --- trunk/src/helper/jim.c 2009-05-03 15:21:40 UTC (rev 1596) +++ trunk/src/helper/jim.c 2009-05-03 20:21:32 UTC (rev 1597) @@ -11984,7 +11984,7 @@ if (argc == 1) { -#if !defined(HAVE_UNISTD_H) || IS_DARWIN +#ifndef HAVE_UNISTD_H extern char **environ; #endif |