diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/object.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Include/object.h b/Include/object.h index 0578eec..8c61e56 100644 --- a/Include/object.h +++ b/Include/object.h @@ -452,11 +452,7 @@ object, so I can't just put extern in all cases. :-( ) #ifdef BAD_STATIC_FORWARD #define staticforward extern -#ifdef __SC__ -#define statichere -#else #define statichere static -#endif /* __SC__ */ #else /* !BAD_STATIC_FORWARD */ #define staticforward static #define statichere static |