Mercurial > emacs
diff etc/PROBLEMS @ 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 | cbf5528cf447 |
children | 9592c50233ab |
line wrap: on
line diff
--- a/etc/PROBLEMS Fri Jul 11 02:03:23 2008 +0000 +++ b/etc/PROBLEMS Fri Jul 11 02:29:43 2008 +0000 @@ -3757,8 +3757,8 @@ In the XCONS, etc., macros in lisp.h you must replace (a).u.val with ((a).u.val + coercedummy) where coercedummy is declared as int. -This problem will not happen if the m-...h file for your type -of machine defines NO_UNION_TYPE. That is the recommended setting now. +This problem will only happen if USE_LISP_UNION_TYPE is manually +defined in lisp.h. *** C compilers lose on returning unions. @@ -3766,8 +3766,8 @@ Most of the functions in GNU Emacs return type Lisp_Object, which is defined as a union on some rare architectures. -This problem will not happen if the m-...h file for your type -of machine defines NO_UNION_TYPE. +This problem will only happen if USE_LISP_UNION_TYPE is manually +defined in lisp.h. This file is part of GNU Emacs.