comparison src/m/macppc.h @ 96602:0e3e875ffade

* lisp.h: * w32heap.c: * emacs.c: * alloc.c: Replace all references of NO_UNION_TYPE with USE_LISP_UNION_TYPE. * m/xtensa.h (NO_UNION_TYPE): * m/vax.h (NO_UNION_TYPE): * m/template.h (NO_UNION_TYPE): * m/sparc.h (NO_UNION_TYPE): * m/mips.h (NO_UNION_TYPE): * m/macppc.h (NO_UNION_TYPE): * m/m68k.h (NO_UNION_TYPE): * m/iris4d.h (NO_UNION_TYPE): * m/intel386.h (NO_UNION_TYPE): * m/ibms390x.h (NO_UNION_TYPE): * m/ibms390.h (NO_UNION_TYPE): * m/ibmrs6000.h (NO_UNION_TYPE): * m/ia64.h (NO_UNION_TYPE): * m/hp800.h (NO_UNION_TYPE): * m/arm.h (NO_UNION_TYPE): * m/amdx86-64.h (NO_UNION_TYPE): * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were defining it the same.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 11 Jul 2008 02:29:43 +0000
parents e1043d6b0d2b
children 79121a8f01e3
comparison
equal deleted inserted replaced
96601:424fe1248b56 96602:0e3e875ffade
29 29
30 /* Now define a symbol for the cpu type, if your compiler 30 /* Now define a symbol for the cpu type, if your compiler
31 does not define it automatically: 31 does not define it automatically:
32 Ones defined so far include vax, m68000, ns16000, pyramid, 32 Ones defined so far include vax, m68000, ns16000, pyramid,
33 orion, tahoe, APOLLO and many others */ 33 orion, tahoe, APOLLO and many others */
34
35 /* Use type EMACS_INT rather than a union, to represent Lisp_Object */
36 /* This is desirable for most machines. */
37
38 #define NO_UNION_TYPE
39 34
40 /* Data type of load average, as read out of kmem. */ 35 /* Data type of load average, as read out of kmem. */
41 36
42 #define LOAD_AVE_TYPE long 37 #define LOAD_AVE_TYPE long
43 38