diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-03 20:21:32 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-03 20:21:32 +0000 |
commit | 832af8c1b0484dc43eab545ad474481af5991ead (patch) | |
tree | 2a2cdbb969133b759d8b24cd09f1720d0bde3fcb | |
parent | 6f449ff098195ec6e307629ed43eb8697f4cccfa (diff) | |
download | openocd+libswd-832af8c1b0484dc43eab545ad474481af5991ead.tar.gz openocd+libswd-832af8c1b0484dc43eab545ad474481af5991ead.tar.bz2 openocd+libswd-832af8c1b0484dc43eab545ad474481af5991ead.tar.xz openocd+libswd-832af8c1b0484dc43eab545ad474481af5991ead.zip |
Backed out change to solve Mac OS compilation problems.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1597 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-rw-r--r-- | src/helper/jim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/jim.c b/src/helper/jim.c index e0f84565..ad2d6ec5 100644 --- a/src/helper/jim.c +++ b/src/helper/jim.c @@ -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 |