summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-03 20:21:32 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-03 20:21:32 +0000
commit832af8c1b0484dc43eab545ad474481af5991ead (patch)
tree2a2cdbb969133b759d8b24cd09f1720d0bde3fcb /src
parent6f449ff098195ec6e307629ed43eb8697f4cccfa (diff)
downloadopenocd+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
Diffstat (limited to 'src')
-rw-r--r--src/helper/jim.c2
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