changeset 53001:06fd6a34f764

(XSETTYPE): Remove.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 05 Nov 2003 16:00:38 +0000
parents 8e568e954adf
children 3e336113348d
files src/lisp.h
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Wed Nov 05 15:51:38 2003 +0000
+++ b/src/lisp.h	Wed Nov 05 16:00:38 2003 +0000
@@ -318,10 +318,6 @@
 #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.