--- V75_00_23/MaxDB_ORG/sys/src/SAPDB/RunTime/RTE_SystemLinux.h.orig 2004-10-15 22:18:18.370019656 +0200 +++ V75_00_23/MaxDB_ORG/sys/src/SAPDB/RunTime/RTE_SystemLinux.h 2004-10-15 22:18:50.171185144 +0200 @@ -32,10 +32,6 @@ #ifndef RTE_SYSTEMLINUX_H #define RTE_SYSTEMLINUX_H -#if defined(__cplusplus) -extern "C" -#endif - /*! Own coroutine context used only if a assembly coroutine switch code exists */ @@ -45,6 +41,10 @@ struct RTE_OwnCoroutineContext void (*addr)() ; /*!< Initial entry address */ }; +#if defined(__cplusplus) +extern "C" +#endif + /*! @brief Implementation of own context setup interface