#if defined( __C51__ )
// do it the C51 way
#else
// do it some other way
#endif