emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/lisp.h


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/lisp.h
Date: Wed, 05 Nov 2003 11:00:40 -0500

Index: emacs/src/lisp.h
diff -c emacs/src/lisp.h:1.470 emacs/src/lisp.h:1.471
*** emacs/src/lisp.h:1.470      Wed Nov  5 10:51:38 2003
--- emacs/src/lisp.h    Wed Nov  5 11:00:38 2003
***************
*** 318,327 ****
  #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.
--- 318,323 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]