/[gcl]/gcl/h/page.h
ViewVC logotype

Diff of /gcl/h/page.h

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

revision 1.11 by camm, Fri Jun 10 15:13:53 2005 UTC revision 1.12 by camm, Thu Oct 6 20:30:08 2005 UTC
# Line 99  enum sgc_type { SGC_NORMAL,    /* not al Line 99  enum sgc_type { SGC_NORMAL,    /* not al
99  /* check if a relblock address is new relblock */  /* check if a relblock address is new relblock */
100  #define SGC_RELBLOCK_P(x)  ((char *)(x) >= rb_start)  #define SGC_RELBLOCK_P(x)  ((char *)(x) >= rb_start)
101    
102  #define SGC_OR_M(x) (is_marked_or_free((object)x) || (is_cons((object)x) ? ON_SGC_PAGE((object)x) : ((object)x)->d.s))  #define SGC_OR_M(x) (is_marked_or_free((object)x) || (valid_cdr((object)x) ? ON_SGC_PAGE((object)x) : ((object)x)->d.s))
103  #ifndef SIGPROTV  #ifndef SIGPROTV
104  #define SIGPROTV SIGSEGV  #define SIGPROTV SIGSEGV
105  #endif  #endif

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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