]> code.delx.au - gnu-emacs/blobdiff - src/m/m68k.h
* lisp.h:
[gnu-emacs] / src / m / m68k.h
index a62c87951801ed692f0b113b9dde11f49c976f6c..50c8a8e75753f6ef54616366aa9675727e8ecfd9 100644 (file)
@@ -39,16 +39,11 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #define m68k
 #endif
 
-/* Use type int rather than a union, to represent Lisp_Object */
-/* This is desirable for most machines.  */
-
-#define NO_UNION_TYPE
-
 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
    the 24-bit bit field into an int.  In other words, if bit fields
    are always unsigned.
 
-   If you use NO_UNION_TYPE, this flag does not matter.  */
+   This flag only matters if you use USE_LISP_UNION_TYPE.  */
 
 #define EXPLICIT_SIGN_EXTEND