]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRoland McGrath <roland@gnu.org>
Tue, 27 Jul 1993 00:37:13 +0000 (00:37 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 27 Jul 1993 00:37:13 +0000 (00:37 +0000)
src/getloadavg.c

index db1f7158a9032dba68ed75750cfb189198f8677d..397fc46dbc14e0cfe3e943b7162205a86b6c34e8 100644 (file)
 #define SUNOS_5
 #endif
 
-#if defined (__osf__) && defined (__alpha__)
+#if defined (__osf__) && (defined (__alpha) || defined (__alpha__))
 #define OSF_ALPHA
 #endif