--- V75_00_14.orig/MaxDB_ORG/sys/src/SAPDB/RunTime/RTE_SystemLinux.h 2004-05-25 19:06:34.604203792 +0200 +++ V75_00_14/MaxDB_ORG/sys/src/SAPDB/RunTime/RTE_SystemLinux.h 2004-05-25 19:07:53.724175728 +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