comparison src/m/hp800.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 ddedcecb18ef
children 31cae2dacc05
comparison
equal deleted inserted replaced
96580:162cf3adba6b 96581:e1043d6b0d2b
29 29
30 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a 30 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
31 * group of arguments and treat it as an array of the arguments. */ 31 * group of arguments and treat it as an array of the arguments. */
32 32
33 #define NO_ARG_ARRAY 33 #define NO_ARG_ARRAY
34
35 /* Define WORD_MACHINE if addresses and such have
36 * to be corrected before they can be used as byte counts. */
37
38 #undef WORD_MACHINE
39
40 /* Now define a symbol for the cpu type, if your compiler
41 does not define it automatically:
42 Ones defined so far include vax, m68000, ns16000, pyramid,
43 orion, tahoe, APOLLO and many others */
44 #ifndef hp9000s800
45 # define hp9000s800
46 #endif
47 34
48 /* Use type int rather than a union, to represent Lisp_Object */ 35 /* Use type int rather than a union, to represent Lisp_Object */
49 /* This is desirable for most machines. */ 36 /* This is desirable for most machines. */
50 37
51 #define NO_UNION_TYPE 38 #define NO_UNION_TYPE