diff src/m/sparc.h @ 159:3bb7ccffb0c0 r20-3b6

Import from CVS: tag r20-3b6
author cvs
date Mon, 13 Aug 2007 09:41:43 +0200
parents 59463afc5666
children 85a06df23a9a
line wrap: on
line diff
--- a/src/m/sparc.h	Mon Aug 13 09:40:48 2007 +0200
+++ b/src/m/sparc.h	Mon Aug 13 09:41:43 2007 +0200
@@ -58,8 +58,7 @@
 
 #define SEGMENT_MASK (SEGSIZ - 1)
 
-#ifndef __NetBSD__
-#ifndef __linux__
+#if ! defined (__NetBSD__) && ! defined (__linux__)
 /* This really belongs in s/sun.h.  */
 
 /* Say that the text segment of a.out includes the header;
@@ -72,5 +71,4 @@
 
 #define A_TEXT_SEEK(HDR) (N_TXTOFF (hdr) + sizeof (hdr))
 
-#endif /* __linux__ */
-#endif /* __NetBSD__ */
+#endif /* not Linux or NetBSD */