Solaris fix

This commit is contained in:
ehofman
2005-01-15 14:24:28 +00:00
parent f89e359d53
commit f1fc99f16f

View File

@@ -336,7 +336,9 @@
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