[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/m/sparc.h,v
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] Changes to emacs/src/m/sparc.h,v |
Date: |
Tue, 08 Jul 2008 07:03:08 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Glenn Morris <gm> 08/07/08 07:03:07
Index: m/sparc.h
===================================================================
RCS file: /sources/emacs/emacs/src/m/sparc.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- m/sparc.h 7 May 2008 07:05:59 -0000 1.33
+++ m/sparc.h 8 Jul 2008 07:03:07 -0000 1.34
@@ -36,10 +36,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 */
- [Emacs-diffs] Changes to emacs/src/m/sparc.h,v,
Glenn Morris <=