From: Stefan Monnier Date: Wed, 5 Nov 2003 16:00:38 +0000 (+0000) Subject: (XSETTYPE): Remove. X-Git-Tag: ttn-vms-21-2-B4~8414 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=52fb182157b5f88a9cde8e399f359558cdaf4883;p=emacs.git (XSETTYPE): Remove. --- diff --git a/src/lisp.h b/src/lisp.h index 2638f8c6a79..e038f97e13f 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -318,10 +318,6 @@ enum pvec_type #define XTYPE(a) ((enum Lisp_Type) (((EMACS_UINT) (a)) >> VALBITS)) #endif -#ifndef XSETTYPE -#define XSETTYPE(a, b) ((a) = XUINT (a) | ((EMACS_INT)(b) << VALBITS)) -#endif - /* For integers known to be positive, XFASTINT provides fast retrieval and XSETFASTINT provides fast storage. This takes advantage of the fact that Lisp_Int is 0.