[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/etc/PROBLEMS,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/etc/PROBLEMS,v |
Date: |
Fri, 11 Jul 2008 02:29:45 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/11 02:29:44
Index: etc/PROBLEMS
===================================================================
RCS file: /cvsroot/emacs/emacs/etc/PROBLEMS,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -b -r1.252 -r1.253
--- etc/PROBLEMS 15 May 2008 07:26:38 -0000 1.252
+++ etc/PROBLEMS 11 Jul 2008 02:29:39 -0000 1.253
@@ -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.
- [Emacs-diffs] Changes to emacs/etc/PROBLEMS,v,
Dan Nicolaescu <=