]> code.delx.au - gnu-emacs/blobdiff - src/m/ibms390.h
* lisp.h:
[gnu-emacs] / src / m / ibms390.h
index 15081b0cfaeaca6561a90be09e599c93a44058c9..f605ed35e7aadb841118d98fd35d4e50a86ca26f 100644 (file)
@@ -32,16 +32,11 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #define NO_ARG_ARRAY
 
-/* 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