/[emacs]/emacs/src/lisp.h
ViewVC logotype

Diff of /emacs/src/lisp.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.470 by monnier, Wed Nov 5 15:51:38 2003 UTC revision 1.471 by monnier, Wed Nov 5 16:00:38 2003 UTC
# Line 318  enum pvec_type Line 318  enum pvec_type
318  #define XTYPE(a) ((enum Lisp_Type) (((EMACS_UINT) (a)) >> VALBITS))  #define XTYPE(a) ((enum Lisp_Type) (((EMACS_UINT) (a)) >> VALBITS))
319  #endif  #endif
320    
 #ifndef XSETTYPE  
 #define XSETTYPE(a, b) ((a)  =  XUINT (a) | ((EMACS_INT)(b) << VALBITS))  
 #endif  
   
321  /* For integers known to be positive, XFASTINT provides fast retrieval  /* For integers known to be positive, XFASTINT provides fast retrieval
322     and XSETFASTINT provides fast storage.  This takes advantage of the     and XSETFASTINT provides fast storage.  This takes advantage of the
323     fact that Lisp_Int is 0.     fact that Lisp_Int is 0.

Legend:
Removed from v.1.470  
changed lines
  Added in v.1.471

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26