]> code.delx.au - gnu-emacs/blobdiff - src/m/alpha.h
* lisp.h:
[gnu-emacs] / src / m / alpha.h
index 84641bf30659951be4dd01477bf146f94a4f23ca..f1bd6e4b60309480f8ae95ead5c7033ec595a6fa 100644 (file)
@@ -51,15 +51,11 @@ NOTE-END
 /* __alpha defined automatically */
 
 
-/* Use type EMACS_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