From: oharboe Date: Fri, 15 May 2009 09:03:52 +0000 (+0000) Subject: revert to 1775. 1790 causes SEGFAULT w/Cygwin. X-Git-Tag: v0.2.0~717 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=b9522f0e78bbc429dfe913ee873e6b0b390b59b0 revert to 1775. 1790 causes SEGFAULT w/Cygwin. git-svn-id: svn://svn.berlios.de/openocd/trunk@1793 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/helper/command.h b/src/helper/command.h index 48cbdaab74..07f3c29906 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -32,6 +32,7 @@ /* Jim is provied by eCos */ #include #else +#define JIM_EMBEDDED #include "jim.h" #endif