From: zwelch Date: Thu, 14 May 2009 22:20:00 +0000 (+0000) Subject: Remove JIM_EMBEDDED symbol; not appropriate or necessary. X-Git-Tag: v0.2.0~720 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=789b639a3949412c3a4f40196ec9b920d8615d54;hp=30f6b1ebbcfc02f3df4ab6bbc27f59d9cd4b5bb4;p=openocd Remove JIM_EMBEDDED symbol; not appropriate or necessary. git-svn-id: svn://svn.berlios.de/openocd/trunk@1790 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/helper/command.h b/src/helper/command.h index 07f3c299..48cbdaab 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