aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.c
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2023-03-04 19:19:16 +0100
committerAntonio Borneo <borneo.antonio@gmail.com>2023-03-18 21:58:01 +0000
commit642735449a3a7297126a3dd9b76ffaaca74a1752 (patch)
treefc92371e9e7040b304407d9d408b04772b1648b3 /src/helper/command.c
parente8f376e3c1874ccd14e148164d9695a93c575def (diff)
downloadriscv-openocd-642735449a3a7297126a3dd9b76ffaaca74a1752.zip
riscv-openocd-642735449a3a7297126a3dd9b76ffaaca74a1752.tar.gz
riscv-openocd-642735449a3a7297126a3dd9b76ffaaca74a1752.tar.bz2
openocd: drop JIM_EMBEDDED macro
The macro JIM_EMBEDDED was required to be defined before including jim.h in applications that embed jimtcl. This requirement has been dropped in 2010 by removing the file dos/Embedder-HOWTO.txt from jimtcl in https://github.com/msteveb/jimtcl/commit/2d8564100c86#diff-3e93fa55e666 Drop the macro definition and the comment that mandates it. Change-Id: I36883f60f25bb25839e4ebf908159569659764dd Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7518 Tested-by: jenkins
Diffstat (limited to 'src/helper/command.c')
-rw-r--r--src/helper/command.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/helper/command.c b/src/helper/command.c
index 12434ec..b358e18 100644
--- a/src/helper/command.c
+++ b/src/helper/command.c
@@ -18,9 +18,6 @@
#include "config.h"
#endif
-/* see Embedded-HOWTO.txt in Jim Tcl project hosted on BerliOS*/
-#define JIM_EMBEDDED
-
/* @todo the inclusion of target.h here is a layering violation */
#include <jtag/jtag.h>
#include <target/target.h>