/[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.509 by kfstorm, Mon Nov 15 15:20:57 2004 UTC revision 1.510 by monnier, Tue Nov 16 15:32:33 2004 UTC
# Line 1374  typedef unsigned char UCHAR; Line 1374  typedef unsigned char UCHAR;
1374    
1375  /* Data type checking */  /* Data type checking */
1376    
1377  #define NILP(x)  (XFASTINT (x) == XFASTINT (Qnil))  #define NILP(x)  EQ (x, Qnil)
1378  #define GC_NILP(x) GC_EQ (x, Qnil)  #define GC_NILP(x) GC_EQ (x, Qnil)
1379    
1380  #define NUMBERP(x) (INTEGERP (x) || FLOATP (x))  #define NUMBERP(x) (INTEGERP (x) || FLOATP (x))

Legend:
Removed from v.1.509  
changed lines
  Added in v.1.510

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