#if defined( __C51__ )
// Keil C51-Specifc stuff
#elif defined( __BORLANDC__ )
// Borland-Specific stuff
#else
// Neither Keil nor Borland;
// Give an error, as we don't know this compiler!
#error Unsupported compiler
#endif