From 642735449a3a7297126a3dd9b76ffaaca74a1752 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Sat, 4 Mar 2023 19:19:16 +0100 Subject: [PATCH] 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 Reviewed-on: https://review.openocd.org/c/openocd/+/7518 Tested-by: jenkins --- src/helper/command.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/helper/command.c b/src/helper/command.c index 12434ec90e..b358e18aa4 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 #include -- 2.30.2