emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/m/sparc.h,v [EMACS_22_BASE]


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/m/sparc.h,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: m/sparc.h
===================================================================
RCS file: /sources/emacs/emacs/src/m/sparc.h,v
retrieving revision 1.27.2.4
retrieving revision 1.27.2.5
diff -u -b -r1.27.2.4 -r1.27.2.5
--- m/sparc.h   25 Apr 2008 14:30:41 -0000      1.27.2.4
+++ m/sparc.h   10 Aug 2008 02:40:17 -0000      1.27.2.5
@@ -38,10 +38,10 @@
 
 #define NO_ARG_ARRAY
 
-/* Say this machine is a sparc */
+/* Say this machine is a sparc.  Probably already defined.  */
 
-#ifndef sparc
-#define sparc
+#ifndef __sparc__
+#define __sparc__
 #endif
 
 /* Use type int rather than a union, to represent Lisp_Object */




reply via email to

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