]> git.eshelyaron.com Git - emacs.git/commitdiff
(XSETTYPE): Remove.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 5 Nov 2003 16:00:38 +0000 (16:00 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 5 Nov 2003 16:00:38 +0000 (16:00 +0000)
src/lisp.h

index 2638f8c6a7997409e90ac41a2462b4acb092220a..e038f97e13fa2a85c7a1c60d784821244072a644 100644 (file)
@@ -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.