comparison src/alloc.c @ 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 4cb0e945175d
children a279d4c66e68
comparison
equal deleted inserted replaced
96601:424fe1248b56 96602:0e3e875ffade
1539 if (! NULL_INTERVAL_P (i)) \ 1539 if (! NULL_INTERVAL_P (i)) \
1540 (i) = balance_intervals (i); \ 1540 (i) = balance_intervals (i); \
1541 } while (0) 1541 } while (0)
1542 1542
1543 1543
1544 /* Number support. If NO_UNION_TYPE isn't in effect, we 1544 /* Number support. If USE_LISP_UNION_TYPE is in effect, we
1545 can't create number objects in macros. */ 1545 can't create number objects in macros. */
1546 #ifndef make_number 1546 #ifndef make_number
1547 Lisp_Object 1547 Lisp_Object
1548 make_number (n) 1548 make_number (n)
1549 EMACS_INT n; 1549 EMACS_INT n;