/[guile]/guile/guile-core/libguile/tags.h
ViewVC logotype

Diff of /guile/guile-core/libguile/tags.h

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

revision 1.91 by ossau, Tue Jan 22 23:31:39 2002 UTC revision 1.92 by dirk, Fri Mar 1 00:19:20 2002 UTC
# Line 533  SCM_API char *scm_isymnames[];   /* defi Line 533  SCM_API char *scm_isymnames[];   /* defi
533    
534  #if (SCM_ENABLE_DEPRECATED == 1)  #if (SCM_ENABLE_DEPRECATED == 1)
535    
536  #define SCM_CELLP(x)    (((sizeof (scm_cell) - 1) & SCM_UNPACK (x)) == 0)  #define SCM_CELLP(x)    (((sizeof (scm_t_cell) - 1) & SCM_UNPACK (x)) == 0)
537  #define SCM_NCELLP(x)   (!SCM_CELLP (x))  #define SCM_NCELLP(x)   (!SCM_CELLP (x))
538    
539  #endif  #endif

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92

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