comparison src/m/sparc.h @ 96581:e1043d6b0d2b

* 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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 10 Jul 2008 02:49:28 +0000
parents 4cb0e945175d
children 0e3e875ffade
comparison
equal deleted inserted replaced
96580:162cf3adba6b 96581:e1043d6b0d2b
34 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a 34 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
35 * group of arguments and treat it as an array of the arguments. */ 35 * group of arguments and treat it as an array of the arguments. */
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
47 #define NO_UNION_TYPE 43 #define NO_UNION_TYPE
48 44