]> git.mxchange.org Git - simgear.git/blobdiff - simgear/compiler.h
Ready for 0.3.8 release.
[simgear.git] / simgear / compiler.h
index 05a4a36b171d3f944e49d1f5ae1970943f667b84..adcc51f429659e3af1e6f935eb2e55f4359bf7f6 100644 (file)
      extern void *memmove(void *, const void *, size_t);
 #  endif // __cplusplus
 
-#  define SG_COMPILER_STR "Sun compiler version " SG_STRINGIZE(__SUNPRO_CC)
+#  if  !defined( __GNUC__ )
+#   define SG_COMPILER_STR "Sun compiler version " SG_STRINGIZE(__SUNPRO_CC)
+#  endif
 
 #endif // sun