diff options
| author | Glenn Morris | 2008-07-08 07:03:07 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-07-08 07:03:07 +0000 |
| commit | 4a00783e8e07d7487bce5041d0f9b22247268346 (patch) | |
| tree | 9378fcf00ca8e0c03bb99ddb4e23a84e18fec300 /src/m | |
| parent | a6f75881406e540517fd96a8ad28ec997c2127fa (diff) | |
| download | emacs-4a00783e8e07d7487bce5041d0f9b22247268346.tar.gz emacs-4a00783e8e07d7487bce5041d0f9b22247268346.zip | |
Use __sparc__ rather than sparc. (Bug#507.)
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/sparc.h | 6 |
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 */ |