openocd: drop JIM_EMBEDDED macro
commit642735449a3a7297126a3dd9b76ffaaca74a1752
authorAntonio Borneo <borneo.antonio@gmail.com>
Sat, 4 Mar 2023 18:19:16 +0000 (4 19:19 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 18 Mar 2023 21:58:01 +0000 (18 21:58 +0000)
treefc92371e9e7040b304407d9d408b04772b1648b3
parente8f376e3c1874ccd14e148164d9695a93c575def
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
src/helper/command.c