From: <zw...@ma...> - 2009-05-15 00:20:04
|
Author: zwelch Date: 2009-05-15 00:20:00 +0200 (Fri, 15 May 2009) New Revision: 1790 Modified: trunk/src/helper/command.h Log: Remove JIM_EMBEDDED symbol; not appropriate or necessary. Modified: trunk/src/helper/command.h =================================================================== --- trunk/src/helper/command.h 2009-05-14 22:16:20 UTC (rev 1789) +++ trunk/src/helper/command.h 2009-05-14 22:20:00 UTC (rev 1790) @@ -32,7 +32,6 @@ /* Jim is provied by eCos */ #include <cyg/jimtcl/jim.h> #else -#define JIM_EMBEDDED #include "jim.h" #endif |