From: oharboe at B. <oh...@ma...> - 2009-05-15 11:03:53
|
Author: oharboe Date: 2009-05-15 11:03:52 +0200 (Fri, 15 May 2009) New Revision: 1793 Modified: trunk/src/helper/command.h Log: revert to 1775. 1790 causes SEGFAULT w/Cygwin. Modified: trunk/src/helper/command.h =================================================================== --- trunk/src/helper/command.h 2009-05-15 02:22:27 UTC (rev 1792) +++ trunk/src/helper/command.h 2009-05-15 09:03:52 UTC (rev 1793) @@ -32,6 +32,7 @@ /* Jim is provied by eCos */ #include <cyg/jimtcl/jim.h> #else +#define JIM_EMBEDDED #include "jim.h" #endif |