]> git.mxchange.org Git - simgear.git/commitdiff
Martin Spott: Use standardized Sun directive.
authorehofman <ehofman>
Thu, 6 Oct 2005 11:06:27 +0000 (11:06 +0000)
committerehofman <ehofman>
Thu, 6 Oct 2005 11:06:27 +0000 (11:06 +0000)
simgear/compiler.h
simgear/timing/sg_time.cxx

index b168252de07b08d48c4de223642ecec1fc5aa545..ed3f9f1b95c65d699238019ec8b220485f01bc39 100644 (file)
 #endif // Native SGI compilers
 
 
-#if defined ( sun )
+#if defined (__sun)
 #  include <strings.h>
 #  include <memory.h>
 #  if defined ( __cplusplus )
index 6447250700b9e6775b5f6b106f551829df86685d..efa59c7d73fb7af8965ad8afc9d730e075d85fca 100644 (file)
@@ -530,7 +530,7 @@ time_t sgTimeGetGMT(int year, int month, int day, int hour, int min, int sec)
 #else // ! defined ( MK_TIME_IS_GMT )
 
     // timezone seems to work as a proper offset for Linux & Solaris
-#   if defined( __linux__ ) || defined( __sun__ ) ||defined(__CYGWIN__)
+#   if defined( __linux__ ) || defined(__sun) ||defined(__CYGWIN__)
 #       define TIMEZONE_OFFSET_WORKS 1
 #   endif