Go to the documentation of this file.
18#ifndef __MSC51_COMPILER_DETECT_H__
19#define __MSC51_COMPILER_DETECT_H__
25#ifdef __IS_COMPILER_IAR__
26# undef __IS_COMPILER_IAR__
28#if defined(__IAR_SYSTEMS_ICC__)
29# define __IS_COMPILER_IAR__ 1
34#ifdef __IS_COMPILER_51_KEIL__
35# undef __IS_COMPILER_51_KEIL__
37#if defined(__C51__) || defined(__CX51__)
38# define __IS_COMPILER_51_KEIL__ 1