aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorGlenn Morris2008-07-08 07:03:07 +0000
committerGlenn Morris2008-07-08 07:03:07 +0000
commit4a00783e8e07d7487bce5041d0f9b22247268346 (patch)
tree9378fcf00ca8e0c03bb99ddb4e23a84e18fec300 /src/m
parenta6f75881406e540517fd96a8ad28ec997c2127fa (diff)
downloademacs-4a00783e8e07d7487bce5041d0f9b22247268346.tar.gz
emacs-4a00783e8e07d7487bce5041d0f9b22247268346.zip
Use __sparc__ rather than sparc. (Bug#507.)
Diffstat (limited to 'src/m')
-rw-r--r--src/m/sparc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/m/sparc.h b/src/m/sparc.h
index 35103e560dc..7113b8b1fce 100644
--- a/src/m/sparc.h
+++ b/src/m/sparc.h
@@ -36,10 +36,10 @@ NOTE-END */
36 36
37#define NO_ARG_ARRAY 37#define NO_ARG_ARRAY
38 38
39/* Say this machine is a sparc */ 39/* Say this machine is a sparc. Probably already defined. */
40 40
41#ifndef sparc 41#ifndef __sparc__
42#define sparc 42#define __sparc__
43#endif 43#endif
44 44
45/* Use type int rather than a union, to represent Lisp_Object */ 45/* Use type int rather than a union, to represent Lisp_Object */