# HG changeset patch # User Richard M. Stallman # Date 779762109 0 # Node ID 97bf951c0b98a02963bf25a09df5a2ffc0a0d92a # Parent 9f5965fe4f6bee12bfb29377fbafb8520a3a355d (Lisp_Object): Use EMACS_INT. (MARKBIT): Don't define if already defined. (VALMASK, GCTYPEMASK, XSETTYPE, XSET) (XSETCONS, XSETBUFFER, XSETVECTOR, XSETSUBR, XSETSTRING) (XSETSYMBOL, XSETFUNCTION, XSETMARKER, XSETOBJFWD) (XSETINTPTR, XSETWINDOW, XSETPROCESS, XSETFLOAT) (struct Lisp_String, struct Lisp_Vector): Use EMACS_INT. diff -r 9f5965fe4f6b -r 97bf951c0b98 src/lisp.h --- a/src/lisp.h Sat Sep 17 00:32:14 1994 +0000 +++ b/src/lisp.h Sat Sep 17 00:35:09 1994 +0000 @@ -242,7 +242,7 @@ #ifdef NO_UNION_TYPE -#define Lisp_Object int +#define Lisp_Object EMACS_INT /* These values are overridden by the m- file on some machines. */ #ifndef VALBITS @@ -254,9 +254,9 @@ #endif #ifndef VALMASK -#define VALMASK ((1<