fix -fno-common/Mac build problems.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1795 b42882b7-edfa-0310-969c-e2dbd0fdcd60
__archive__
oharboe 2009-05-15 21:10:35 +00:00
parent 4dcd58724a
commit 21c8284233
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ typedef struct {
#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