diff options
| author | Dan Nicolaescu | 2008-07-10 02:49:28 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-10 02:49:28 +0000 |
| commit | ad76189a75b1be41dbc2cd2f9fb793cd2b403f57 (patch) | |
| tree | 1f2fa3ca14cb3e05b7c040ac28f63eaecdf645db /src/m/sparc.h | |
| parent | d2b5bbda451e8e10576e3145938c27c6171f6ae3 (diff) | |
| download | emacs-ad76189a75b1be41dbc2cd2f9fb793cd2b403f57.tar.gz emacs-ad76189a75b1be41dbc2cd2f9fb793cd2b403f57.zip | |
* m/template.h:
* m/sparc.h:
* m/mips.h:
* m/m68k.h:
* m/iris4d.h:
* m/intel386.h:
* m/ibms390x.h:
* m/ibms390.h:
* m/ia64.h:
* m/hp800.h:
* m/arm.h:
* m/amdx86-64.h: Remove dead code and references to unused
and compiler defined symbols.
Diffstat (limited to 'src/m/sparc.h')
| -rw-r--r-- | src/m/sparc.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/m/sparc.h b/src/m/sparc.h index 7113b8b1fce..233bf96d7c7 100644 --- a/src/m/sparc.h +++ b/src/m/sparc.h | |||
| @@ -36,11 +36,7 @@ NOTE-END */ | |||
| 36 | 36 | ||
| 37 | #define NO_ARG_ARRAY | 37 | #define NO_ARG_ARRAY |
| 38 | 38 | ||
| 39 | /* Say this machine is a sparc. Probably already defined. */ | 39 | /* __sparc__ is defined by the compiler by default. */ |
| 40 | |||
| 41 | #ifndef __sparc__ | ||
| 42 | #define __sparc__ | ||
| 43 | #endif | ||
| 44 | 40 | ||
| 45 | /* Use type int rather than a union, to represent Lisp_Object */ | 41 | /* Use type int rather than a union, to represent Lisp_Object */ |
| 46 | 42 | ||