diff options
Diffstat (limited to 'src/portab')
| -rw-r--r-- | src/portab/portab.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/portab/portab.h b/src/portab/portab.h index 70d5ed3e..43f2f907 100644 --- a/src/portab/portab.h +++ b/src/portab/portab.h @@ -102,7 +102,11 @@ typedef unsigned char bool; #endif #undef GLOBAL +#ifdef GLOBAL_INIT #define GLOBAL +#else +#define GLOBAL extern +#endif /* SPLint */ |