emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/Attic/unexsunos4.c, v [EMACS_22_BASE]


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/Attic/unexsunos4.c, v [EMACS_22_BASE]
Date: Sun, 10 Aug 2008 02:40:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       08/08/10 02:40:18

Index: unexsunos4.c
===================================================================
RCS file: /sources/emacs/emacs/src/Attic/unexsunos4.c,v
retrieving revision 1.25.2.2
retrieving revision 1.25.2.3
diff -u -b -r1.25.2.2 -r1.25.2.3
--- unexsunos4.c        8 Jan 2008 04:29:47 -0000       1.25.2.2
+++ unexsunos4.c        10 Aug 2008 02:40:17 -0000      1.25.2.3
@@ -236,11 +236,11 @@
 #else /* not SUNOS4_SHARED_LIBRARIES */
     rel = erel = 0;
 #endif /* not SUNOS4_SHARED_LIBRARIES */
-#ifdef sparc
+#ifdef __sparc__
 #define REL_INFO_TYPE          struct reloc_info_sparc
 #else
 #define REL_INFO_TYPE          struct relocation_info
-#endif /* sparc */
+#endif /* __sparc__ */
 #define REL_TARGET_ADDRESS(r)  (((REL_INFO_TYPE *)(r))->r_address)
 #endif /* SUNOS4 */
 #if defined (__FreeBSD__) || defined (__NetBSD__)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]