From 789b639a3949412c3a4f40196ec9b920d8615d54 Mon Sep 17 00:00:00 2001 From: zwelch Date: Thu, 14 May 2009 22:20:00 +0000 Subject: [PATCH] Remove JIM_EMBEDDED symbol; not appropriate or necessary. git-svn-id: svn://svn.berlios.de/openocd/trunk@1790 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/command.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/helper/command.h b/src/helper/command.h index 07f3c29906..48cbdaab74 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -32,7 +32,6 @@ /* Jim is provied by eCos */ #include #else -#define JIM_EMBEDDED #include "jim.h" #endif -- 2.30.2