Project: Clarify comment about platform-native compilers.

This commit is contained in:
Stephen Kelly 2014-04-22 16:38:31 +02:00
parent c010e7cc80
commit c7ddd409fd
2 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) # define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
# endif # endif
/* This compiler is either not known or is too old to define an /* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that identification macro. Try to identify the platform and guess that
it is the native compiler. */ it is the native compiler. */
#elif defined(__sgi) #elif defined(__sgi)

View File

@ -210,7 +210,7 @@
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) # define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
# endif # endif
/* This compiler is either not known or is too old to define an /* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that identification macro. Try to identify the platform and guess that
it is the native compiler. */ it is the native compiler. */
#elif defined(__sgi) #elif defined(__sgi)