UnixOperatingSystem.st
changeset 7766 0acb8e2cfe50
parent 7762 26182f6ff625
child 7767 1ee3973efa3a
--- a/UnixOperatingSystem.st	Wed Nov 19 17:47:50 2003 +0100
+++ b/UnixOperatingSystem.st	Thu Nov 20 10:45:45 2003 +0100
@@ -8373,7 +8373,7 @@
      * being conservative here ...
      */
 
-#if defined(__GNUC__) && (__GNUC__ >= 2) && defined(i386) && defined(LINUX)
+#if defined(__GNUC__) && (__GNUC__ >= 2) && defined(i386)
 # define HAS_LONGLONG
 #endif
 
@@ -8411,6 +8411,7 @@
         __UNPROTECT__(millis);
         __UNPROTECT__(seconds);
         RETURN ( rslt );
+    }
 # endif /* long long */
 #endif /* alpha64 */
 %}.
@@ -12203,7 +12204,7 @@
 !UnixOperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.195 2003-11-18 16:11:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.196 2003-11-20 09:45:45 stefan Exp $'
 ! !
 
 UnixOperatingSystem initialize!