* Fixed linking on OS X.

git-svn-id: svn://svn.zoy.org/elk/trunk@200 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-09-26 15:33:30 +00:00
parent f34143b438
commit 58ffb951b8
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ err:
}
void elk_init_unix_process() {
#ifdef HAVE_UNISTD_H
#if defined(HAVE_ENVIRON) && !defined(SYS_DARWIN)
Def_Prim(P_Environ, "unix-environ", 0, 0, EVAL);
#endif
Def_Prim(P_Exec, "unix-exec", 2, 3, VARARGS);