Backed out change to solve Mac OS compilation problems.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1597 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe 2009-05-03 20:21:32 +00:00
parent 6f449ff098
commit 832af8c1b0
1 changed files with 1 additions and 1 deletions

View File

@ -11984,7 +11984,7 @@ static int Jim_EnvCoreCommand(Jim_Interp *interp, int argc,
if (argc == 1) {
#if !defined(HAVE_UNISTD_H) || IS_DARWIN
#ifndef HAVE_UNISTD_H
extern char **environ;
#endif