summaryrefslogtreecommitdiff
path: root/src/helper/command.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-15 20:35:53 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-15 20:35:53 +0000
commit4dcd58724a3473be3382f2eaf27a31ed923ced4a (patch)
tree8a384410b4dbed0f88f172e35155ba125b276828 /src/helper/command.h
parentb9522f0e78bbc429dfe913ee873e6b0b390b59b0 (diff)
downloadopenocd_libswd-4dcd58724a3473be3382f2eaf27a31ed923ced4a.tar.gz
openocd_libswd-4dcd58724a3473be3382f2eaf27a31ed923ced4a.tar.bz2
openocd_libswd-4dcd58724a3473be3382f2eaf27a31ed923ced4a.tar.xz
openocd_libswd-4dcd58724a3473be3382f2eaf27a31ed923ced4a.zip
Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EMBEDDED in a single .c file. Still broken w/-fno-common(i.e. Mac OS).
git-svn-id: svn://svn.berlios.de/openocd/trunk@1794 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/helper/command.h')
-rw-r--r--src/helper/command.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/helper/command.h b/src/helper/command.h
index 07f3c299..48cbdaab 100644
--- a/src/helper/command.h
+++ b/src/helper/command.h
@@ -32,7 +32,6 @@
/* Jim is provied by eCos */
#include <cyg/jimtcl/jim.h>
#else
-#define JIM_EMBEDDED
#include "jim.h"
#endif