output __USLC__ macro

[SVN r10152]
This commit is contained in:
Jens Maurer
2001-05-19 09:06:21 +00:00
parent 7e2fb0aa47
commit 3fe7088cda

View File

@ -90,6 +90,10 @@ int main()
cout << "__INTEL_COMPILER defined as " << __INTEL_COMPILER << "\n";
# endif
# ifdef __USLC__
cout << "__USLC__ defined\n";
# endif
# ifdef __BORLANDC__
cout << "__BORLANDC__ defined as " << __BORLANDC__ << "\n";
# endif