From: <oh...@ma...> - 2009-05-15 23:10:40
|
Author: oharboe Date: 2009-05-15 23:10:35 +0200 (Fri, 15 May 2009) New Revision: 1795 Modified: trunk/src/helper/jim.h Log: fix -fno-common/Mac build problems. Modified: trunk/src/helper/jim.h =================================================================== --- trunk/src/helper/jim.h 2009-05-15 20:35:53 UTC (rev 1794) +++ trunk/src/helper/jim.h 2009-05-15 21:10:35 UTC (rev 1795) @@ -632,7 +632,7 @@ #define JIM_API( X ) X #else #ifndef __JIM_CORE__ -# if defined JIM_EXTENSION || defined JIM_EMBEDDED +# if defined JIM_EMBEDDED # define JIM_API(x) (*x) # define JIM_STATIC # else |