Index: ps/trunk/source/lib/sysdep/compiler.h =================================================================== --- ps/trunk/source/lib/sysdep/compiler.h +++ ps/trunk/source/lib/sysdep/compiler.h @@ -42,14 +42,14 @@ #else # define ICC_VERSION 0 #endif -// .. LCC (Win32) and MCST LCC (E2K) compilers define same identifier (__LCC__). -#if defined(__LCC__) && !defined(__e2k__) +// .. LCC (Win32) and MCST LCC (E2K) compilers define same identifier (__LCC__) +#if defined(__LCC__) && !defined(__MCST__) # define LCC_VERSION __LCC__ #else # define LCC_VERSION 0 #endif -// .. MCST LCC (eLbrus C/C++ Compiler) -#if defined(__LCC__) && defined(__e2k__) +// .. MCST LCC (MCST eLbrus Compiler Collection) +#if defined(__LCC__) && defined(__MCST__) # define MCST_LCC_VERSION (__LCC__*100 + __LCC_MINOR__) #else # define MCST_LCC_VERSION 0