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
This commit is contained in:
parent
e8f376e3c1
commit
642735449a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue