From: zwelch Date: Thu, 14 May 2009 22:20:00 +0000 (+0000) Subject: Remove JIM_EMBEDDED symbol; not appropriate or necessary. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=789b639a3949412c3a4f40196ec9b920d8615d54;p=fw%2Fopenocd 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 07f3c2990..48cbdaab7 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