check #define's from Linux edition of Intel C++ 5.0

[SVN r10120]
This commit is contained in:
Jens Maurer
2001-05-17 20:11:27 +00:00
parent 7ac6ca8360
commit b16b2e09e8

View File

@@ -82,6 +82,14 @@ int main()
cout << "__EDG_VERSION__ defined as " << __EDG_VERSION__ << "\n";
# endif
# ifdef __ICC
cout << "__ICC defined as " << __ICC << "\n";
# endif
# ifdef __INTEL_COMPILER
cout << "__INTEL_COMPILER defined as " << __INTEL_COMPILER << "\n";
# endif
# ifdef __BORLANDC__
cout << "__BORLANDC__ defined as " << __BORLANDC__ << "\n";
# endif