From 52fb182157b5f88a9cde8e399f359558cdaf4883 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 5 Nov 2003 16:00:38 +0000 Subject: [PATCH] (XSETTYPE): Remove. --- src/lisp.h | 4 ---- 1 file changed, 4 deletions(-) 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. -- 2.39.2